make/common/FindTests.gmk
changeset 47314 743814386712
parent 47218 918745561887
child 47932 0c22f6b9b5e2
equal deleted inserted replaced
47313:eb28be8f935d 47314:743814386712
    25 
    25 
    26 ifndef _FIND_TESTS_GMK
    26 ifndef _FIND_TESTS_GMK
    27 _FIND_TESTS_GMK := 1
    27 _FIND_TESTS_GMK := 1
    28 
    28 
    29 # Hook to include the corresponding custom file, if present.
    29 # Hook to include the corresponding custom file, if present.
    30 $(eval $(call IncludeCustomExtension, , common/FindTests.gmk))
    30 $(eval $(call IncludeCustomExtension, common/FindTests.gmk))
    31 
    31 
    32 # JTREG_TESTROOTS might have been set by a custom extension
    32 # JTREG_TESTROOTS might have been set by a custom extension
    33 JTREG_TESTROOTS += $(addprefix $(TOPDIR)/test/, hotspot/jtreg jdk langtools nashorn jaxp)
    33 JTREG_TESTROOTS += $(addprefix $(TOPDIR)/test/, hotspot/jtreg jdk langtools nashorn jaxp)
    34 
    34 
    35 ################################################################################
    35 ################################################################################