diff -r d932feeb203d -r ef851705e3e1 Makefile --- a/Makefile Thu Jul 25 16:23:25 2019 +0100 +++ b/Makefile Thu Apr 25 14:01:57 2019 +0200 @@ -101,7 +101,7 @@ $(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)) @@ -125,6 +125,8 @@ $(info ) $(info . make 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