make/Help.gmk
branchJEP-230-microbenchmarks-branch
changeset 56920 e0750e33f818
parent 50490 cbae0e359538
child 56978 8fbb2fb7589f
equal deleted inserted replaced
56919:fe0fad5aebf5 56920:e0750e33f818
     1 #
     1 #
     2 # Copyright (c) 2012, 2017, Oracle and/or its affiliates. All rights reserved.
     2 # Copyright (c) 2012, 2018, Oracle and/or its affiliates. All rights reserved.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4 #
     4 #
     5 # This code is free software; you can redistribute it and/or modify it
     5 # This code is free software; you can redistribute it and/or modify it
     6 # under the terms of the GNU General Public License version 2 only, as
     6 # under the terms of the GNU General Public License version 2 only, as
     7 # published by the Free Software Foundation.  Oracle designates this
     7 # published by the Free Software Foundation.  Oracle designates this
   101 	$(info $(_)                        # method is 'auto', 'ignore' or 'fail' (default))
   101 	$(info $(_)                        # method is 'auto', 'ignore' or 'fail' (default))
   102 	$(info $(_) make test TEST=<test>  # Only run the given test or tests, e.g.)
   102 	$(info $(_) make test TEST=<test>  # Only run the given test or tests, e.g.)
   103 	$(info $(_)                        # make test TEST="jdk_lang jdk_net")
   103 	$(info $(_)                        # make test TEST="jdk_lang jdk_net")
   104 	$(info $(_) JTREG="OPT1=x;OPT2=y"  # Control the JTREG test harness for run-test)
   104 	$(info $(_) JTREG="OPT1=x;OPT2=y"  # Control the JTREG test harness for run-test)
   105 	$(info $(_) GTEST="OPT1=x;OPT2=y"  # Control the GTEST test harness for run-test)
   105 	$(info $(_) GTEST="OPT1=x;OPT2=y"  # Control the GTEST test harness for run-test)
       
   106 	$(info $(_) MICRO="OPT1=x;OPT2=y"  # Control the MICRO test harness for run-test)
   106 	$(info )
   107 	$(info )
   107 	$(if $(all_confs), $(info Available configurations in $(build_dir):) $(foreach var,$(all_confs),$(info * $(var))),\
   108 	$(if $(all_confs), $(info Available configurations in $(build_dir):) $(foreach var,$(all_confs),$(info * $(var))),\
   108 	    $(info No configurations were found in $(build_dir).) $(info Run 'bash configure' to create a configuration.))
   109 	    $(info No configurations were found in $(build_dir).) $(info Run 'bash configure' to create a configuration.))
   109         # We need a dummy rule otherwise make will complain
   110         # We need a dummy rule otherwise make will complain
   110 	@true
   111 	@true