summaryrefslogtreecommitdiff
path: root/source4/Makefile.waf
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-03-15 18:23:48 +1100
committerAndrew Tridgell <tridge@samba.org>2010-04-06 20:26:48 +1000
commite054dcf33fe52429d09a8f607f16b6a591ac36f6 (patch)
tree2599daf65b4f70b1ddabc3bab57e6e68c9764537 /source4/Makefile.waf
parentec2b11c7fa65cfcff5af7d303fed07359f5750fd (diff)
downloadsamba-e054dcf33fe52429d09a8f607f16b6a591ac36f6.tar.gz
samba-e054dcf33fe52429d09a8f607f16b6a591ac36f6.tar.bz2
samba-e054dcf33fe52429d09a8f607f16b6a591ac36f6.zip
build: added test targets for make
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