make/Help.gmk
changeset 52595 16609197022c
parent 52342 9341b077bd55
child 58846 f9ac726ab347
equal deleted inserted replaced
52594:4d8a023c2a03 52595:16609197022c
   101 	$(info $(_)                        # method is 'auto', 'ignore' or 'fail' (default))
   101 	$(info $(_)                        # method is 'auto', 'ignore' or 'fail' (default))
   102 	$(info $(_) TEST="test1 ..."       # Use the given test descriptor(s) for testing, e.g.)
   102 	$(info $(_) TEST="test1 ..."       # Use the given test descriptor(s) for testing, e.g.)
   103 	$(info $(_)                        # make test TEST="jdk_lang gtest:all")
   103 	$(info $(_)                        # make test TEST="jdk_lang gtest:all")
   104 	$(info $(_) JTREG="OPT1=x;OPT2=y"  # Control the JTREG test harness)
   104 	$(info $(_) JTREG="OPT1=x;OPT2=y"  # Control the JTREG test harness)
   105 	$(info $(_) GTEST="OPT1=x;OPT2=y"  # Control the GTEST test harness)
   105 	$(info $(_) GTEST="OPT1=x;OPT2=y"  # Control the GTEST test harness)
       
   106 	$(info $(_) MICRO="OPT1=x;OPT2=y"  # Control the MICRO test harness)
   106 	$(info $(_) TEST_OPTS="OPT1=x;..." # Generic control of all test harnesses)
   107 	$(info $(_) TEST_OPTS="OPT1=x;..." # Generic control of all test harnesses)
   107 	$(info $(_) TEST_VM_OPTS="ARG ..." # Same as setting TEST_OPTS to VM_OPTIONS="ARG ...")
   108 	$(info $(_) TEST_VM_OPTS="ARG ..." # Same as setting TEST_OPTS to VM_OPTIONS="ARG ...")
   108 	$(info )
   109 	$(info )
   109 	$(if $(all_confs), $(info Available configurations in $(build_dir):) $(foreach var,$(all_confs),$(info * $(var))),\
   110 	$(if $(all_confs), $(info Available configurations in $(build_dir):) $(foreach var,$(all_confs),$(info * $(var))),\
   110 	    $(info No configurations were found in $(build_dir).) $(info Run 'bash configure' to create a configuration.))
   111 	    $(info No configurations were found in $(build_dir).) $(info Run 'bash configure' to create a configuration.))