diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-03-15 18:23:48 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-04-06 20:26:48 +1000 |
commit | e054dcf33fe52429d09a8f607f16b6a591ac36f6 (patch) | |
tree | 2599daf65b4f70b1ddabc3bab57e6e68c9764537 | |
parent | ec2b11c7fa65cfcff5af7d303fed07359f5750fd (diff) | |
download | samba-e054dcf33fe52429d09a8f607f16b6a591ac36f6.tar.gz samba-e054dcf33fe52429d09a8f607f16b6a591ac36f6.tar.bz2 samba-e054dcf33fe52429d09a8f607f16b6a591ac36f6.zip |
build: added test targets for make
-rw-r--r-- | source4/Makefile.waf | 6 |
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 |