< prev index next >

make/Main.gmk

Print this page
rev 52333 : imported patch 8213058

*** 570,582 **** $(call RunTests, "hotspot_all", $(JDK_IMAGE_DIR)) test-hotspot-jtreg-native: $(call RunTests, "hotspot_native_sanity", $(JDK_IMAGE_DIR)) - test-hotspot-internal: - $(call RunTests, "hotspot_internal", $(JDK_OUTPUTDIR)) - test-hotspot-gtest: $(call RunTests, "hotspot_gtest", $(JDK_OUTPUTDIR)) test-jdk-jtreg-native: $(call RunTests, "jdk_native_sanity", $(JDK_IMAGE_DIR)) --- 570,579 ----
*** 586,596 **** test-compile-commands: ($(CD) $(TOPDIR)/test/make && $(MAKE) $(MAKE_ARGS) -f TestMake.gmk test-compile-commands) ALL_TARGETS += test test-hotspot-jtreg test-hotspot-jtreg-native \ ! test-hotspot-internal test-hotspot-gtest test-jdk-jtreg-native test-make \ test-compile-commands ################################################################################ # Bundles --- 583,593 ---- test-compile-commands: ($(CD) $(TOPDIR)/test/make && $(MAKE) $(MAKE_ARGS) -f TestMake.gmk test-compile-commands) ALL_TARGETS += test test-hotspot-jtreg test-hotspot-jtreg-native \ ! test-hotspot-gtest test-jdk-jtreg-native test-make \ test-compile-commands ################################################################################ # Bundles
*** 915,926 **** test-image-hotspot-jtreg-graal: build-test-hotspot-jtreg-graal test-image-hotspot-gtest: hotspot - test-hotspot-internal: exploded-image - test-hotspot-jtreg: jdk-image test-image test-hotspot-gtest: exploded-image test-image-hotspot-gtest install: product-images --- 912,921 ----
< prev index next >