Makefile

changeset 2458
daa47f8cf745
parent 1288
7801df19942d
parent 2447
ef851705e3e1
     1.1 --- a/Makefile	Sat Nov 09 20:15:27 2019 +0800
     1.2 +++ b/Makefile	Sat Nov 09 20:29:44 2019 +0800
     1.3 @@ -101,7 +101,7 @@
     1.4  	$(info .                         # generated by configure)
     1.5  	$(info .  make dist-clean        # Remove all files, including configuration)
     1.6  	$(info .  make help              # Give some help on using make)
     1.7 -	$(info .  make test              # Run tests, default is all tests (see TEST below))
     1.8 +	$(info .  make test              # Run tests, default is "jdk_core langtools_jtreg" (see TEST below))
     1.9  	$(info )
    1.10  	$(info Targets for specific components)
    1.11  	$(info (Component is any of langtools, corba, jaxp, jaxws, hotspot, jdk, nashorn, images, overlay-images, docs or test))
    1.12 @@ -125,6 +125,8 @@
    1.13  	$(info )
    1.14  	$(info .  make test TEST=<test>  # Only run the given test or tests, e.g.)
    1.15  	$(info .                         # make test TEST="jdk_lang jdk_net")
    1.16 +	$(info .                         # or)
    1.17 +	$(info .                         # make test TEST="tier1")
    1.18  	$(info )
    1.19  
    1.20  .PHONY: help

mercurial