make/Help.gmk
changeset 34594 7e0595aab028
parent 34491 307c28cb36c2
child 41260 4f71f07b30d1
--- a/make/Help.gmk	Mon Dec 14 20:32:22 2015 +0000
+++ b/make/Help.gmk	Tue Dec 15 11:04:18 2015 +0100
@@ -83,6 +83,7 @@
 	$(info $(_)                        # To see executed command lines, use LOG=debug)
 	$(info $(_) JOBS=<n>               # Run <n> parallel make jobs)
 	$(info $(_)                        # Note that -jN does not work as expected!)
+	$(info $(_) TEST_JOBS=<n>          # Run <n> parallel test jobs)
 	$(info $(_) CONF_CHECK=<method>    # What to do if spec file is out of date)
 	$(info $(_)                        # method is 'auto', 'ignore' or 'fail' (default))
 	$(info $(_) make test TEST=<test>  # Only run the given test or tests, e.g.)