From e054dcf33fe52429d09a8f607f16b6a591ac36f6 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 15 Mar 2010 18:23:48 +1100 Subject: build: added test targets for make --- source4/Makefile.waf | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'source4') 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 -- cgit