dsdb:partition_metadata: make use of ldb_relative_path() in partition_metadata_open()
[samba.git] / Makefile
index aa532b65bb44df0beed44f03b3655dc7b7663501..5cc907710001b47fd459c5edbf6a56647d5d7486 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -16,6 +16,9 @@ uninstall:
 test:
        $(WAF) test $(TEST_OPTIONS)
 
 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
 help:
        @echo NOTE: to run extended waf options use $(WAF_BINARY) or modify your PATH
        $(WAF) --help
@@ -35,6 +38,9 @@ quicktest:
 randomized-test:
        $(WAF) test --random-order $(TEST_OPTIONS)
 
 randomized-test:
        $(WAF) test --random-order $(TEST_OPTIONS)
 
+testlist:
+       $(WAF) test --list $(TEST_OPTIONS)
+
 dist:
        touch .tmplock
        WAFLOCK=.tmplock $(WAF) dist
 dist:
        touch .tmplock
        WAFLOCK=.tmplock $(WAF) dist