build: added test targets for make
authorAndrew Tridgell <tridge@samba.org>
Mon, 15 Mar 2010 07:23:48 +0000 (18:23 +1100)
committerAndrew Tridgell <tridge@samba.org>
Tue, 6 Apr 2010 10:26:48 +0000 (20:26 +1000)
source4/Makefile.waf

index 50a55ab84f5745544f5e980c6b717440003c8d73..e1a80079151c5bad73078a11c450eea8033e27bb 100644 (file)
@@ -10,6 +10,12 @@ install:
 uninstall:
        $(WAF) uninstall
 
+test:
+       $(WAF) test
+
+quicktest:
+       $(WAF) test --quick
+
 clean:
        $(WAF) clean