< prev index next >

make/Help.gmk

Print this page
rev 52573 : 8061281: Microbenchmark suite build support, directory layout and sample benchmarks
8061282: Migrate jmh-jdk-microbenchmarks into the JDK
Reviewed-by: ecaspole, mchung, erikj, ihse
Contributed-by: magnus.ihse.bursie@oracle.com, erik.joelsson@oracle.com, claes.redestad@oracle.com, sfriberg@kth.se

@@ -101,10 +101,11 @@
         $(info $(_)                        # method is 'auto', 'ignore' or 'fail' (default))
         $(info $(_) TEST="test1 ..."       # Use the given test descriptor(s) for testing, e.g.)
         $(info $(_)                        # make test TEST="jdk_lang gtest:all")
         $(info $(_) JTREG="OPT1=x;OPT2=y"  # Control the JTREG test harness)
         $(info $(_) GTEST="OPT1=x;OPT2=y"  # Control the GTEST test harness)
+        $(info $(_) MICRO="OPT1=x;OPT2=y"  # Control the MICRO test harness)
         $(info $(_) TEST_OPTS="OPT1=x;..." # Generic control of all test harnesses)
         $(info $(_) TEST_VM_OPTS="ARG ..." # Same as setting TEST_OPTS to VM_OPTIONS="ARG ...")
         $(info )
         $(if $(all_confs), $(info Available configurations in $(build_dir):) $(foreach var,$(all_confs),$(info * $(var))),\
             $(info No configurations were found in $(build_dir).) $(info Run 'bash configure' to create a configuration.))
< prev index next >