make/Main.gmk
changeset 33565 ac22b6bd7ecb
parent 33564 c75efe7715f6
child 33566 fc0dc6b3c02d
--- a/make/Main.gmk	Wed Oct 21 16:38:17 2015 -0400
+++ b/make/Main.gmk	Wed Oct 21 13:39:10 2015 +0200
@@ -304,13 +304,17 @@
 test-hotspot-jtreg-native:
 	$(call RunTests, "hotspot_native_sanity")
 
+test-hotspot-internal:
+	$(call RunTests, "hotspot_internal")
+
 test-jdk-jtreg-native:
 	$(call RunTests, "jdk_native_sanity")
 
 test-make:
 	($(CD) $(SRC_ROOT)/test/make && $(MAKE) $(MAKE_ARGS) -f TestMake.gmk $(TEST_TARGET))
 
-ALL_TARGETS += test test-hotspot-jtreg-native test-jdk-jtreg-native test-make
+ALL_TARGETS += test test-hotspot-jtreg-native test-hotspot-internal \
+    test-jdk-jtreg-native test-make
 
 ################################################################################
 # Verification targets
@@ -469,6 +473,8 @@
 
   test-image-jdk-jtreg-native: build-test-jdk-jtreg-native
 
+  test-hotspot-internal: exploded-image
+
 endif
 
 ################################################################################