< prev index next >

./Makefile

Print this page
@  rev 2383 : 8222737: [TESTBUG] Allow for tier 1 like testing in OpenJDK 8u
|  Reviewed-by: duke
~

@@ -99,11 +99,11 @@
         $(info .  make install           # Install the generated images locally)
         $(info .  make clean             # Remove all files generated by make, but not those)
         $(info .                         # generated by configure)
         $(info .  make dist-clean        # Remove all files, including configuration)
         $(info .  make help              # Give some help on using make)
-        $(info .  make test              # Run tests, default is all tests (see TEST below))
+        $(info .  make test              # Run tests, default is "jdk_core langtools_jtreg" (see TEST below))
         $(info )
         $(info Targets for specific components)
         $(info (Component is any of langtools, corba, jaxp, jaxws, hotspot, jdk, nashorn, images, overlay-images, docs or test))
         $(info .  make <component>       # Build <component> and everything it depends on. )
         $(info .  make <component>-only  # Build <component> only, without dependencies. This)

@@ -123,8 +123,10 @@
         $(info .  make JOBS=<n>          # Run <n> parallel make jobs)
         $(info .                         # Note that -jN does not work as expected!)
         $(info )
         $(info .  make test TEST=<test>  # Only run the given test or tests, e.g.)
         $(info .                         # make test TEST="jdk_lang jdk_net")
+        $(info .                         # or)
+        $(info .                         # make test TEST="tier1")
         $(info )
 
 .PHONY: help
< prev index next >