summaryrefslogtreecommitdiff
path: root/source4/Makefile.waf
diff options
context:
space:
mode:
Diffstat (limited to 'source4/Makefile.waf')
-rw-r--r--source4/Makefile.waf6
1 files changed, 6 insertions, 0 deletions
diff --git a/source4/Makefile.waf b/source4/Makefile.waf
index 50a55ab84f..e1a8007915 100644
--- a/source4/Makefile.waf
+++ b/source4/Makefile.waf
@@ -10,6 +10,12 @@ install:
uninstall:
$(WAF) uninstall
+test:
+ $(WAF) test
+
+quicktest:
+ $(WAF) test --quick
+
clean:
$(WAF) clean