make/Help.gmk
changeset 45266 29347d0c7122
parent 44726 04aa2c065f5c
child 47740 fbf7a51ce32f
--- a/make/Help.gmk	Fri May 26 01:00:32 2017 +0000
+++ b/make/Help.gmk	Mon May 29 14:06:24 2017 +0200
@@ -56,6 +56,8 @@
 	$(info $(_) make test              # Run tests, default is all tests (see TEST below))
 	$(info $(_) make run-test-<test>   # Run test, e.g. run-test-tier1)
 	$(info $(_) make run-test TEST=<t> # Run test(s) given by TEST specification)
+	$(info $(_) make exploded-run-test TEST=<t> # Run test(s) on the exploded image instead of)
+	$(info $(_)                        # the full jdk image)
 	$(info )
 	$(info Targets for cleaning)
 	$(info $(_) make clean             # Remove all files generated by make, but not those)