s4:auth/ntlm: allow auth_operations to specify check_password_send/recv()
[sfrench/samba-autobuild/.git] / Makefile
index 4cbbb146841950411597bccb099153ae7e795f95..5cc907710001b47fd459c5edbf6a56647d5d7486 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -16,6 +16,9 @@ uninstall:
 test:
        $(WAF) test $(TEST_OPTIONS)
 
+perftest:
+       $(WAF) test --perf-test $(TEST_OPTIONS)
+
 help:
        @echo NOTE: to run extended waf options use $(WAF_BINARY) or modify your PATH
        $(WAF) --help
@@ -32,6 +35,12 @@ gdbtestenv:
 quicktest:
        $(WAF) test --quick $(TEST_OPTIONS)
 
+randomized-test:
+       $(WAF) test --random-order $(TEST_OPTIONS)
+
+testlist:
+       $(WAF) test --list $(TEST_OPTIONS)
+
 dist:
        touch .tmplock
        WAFLOCK=.tmplock $(WAF) dist
@@ -109,4 +118,4 @@ FORCE:
 # so only 1 waf at a time will be called but it will still be able to do parralel builds if
 # instructed to do so
 .NOTPARALLEL: %
-.PHONY: FORCE
+.PHONY: FORCE everything testsuite check torture