summaryrefslogtreecommitdiff
path: root/source4/Makefile
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-10-01 12:59:40 +0200
committerJelmer Vernooij <jelmer@samba.org>2010-10-01 18:49:40 +0200
commite5dfc64e9c7ef38f77fed1ffc41aad6cf1876766 (patch)
treec2e3d7126249a61fe664826d8d3d085a8d948616 /source4/Makefile
parent3dfbf3ce036987b14bbbeab3c35b58960a4fa75f (diff)
downloadsamba-e5dfc64e9c7ef38f77fed1ffc41aad6cf1876766.tar.gz
samba-e5dfc64e9c7ef38f77fed1ffc41aad6cf1876766.tar.bz2
samba-e5dfc64e9c7ef38f77fed1ffc41aad6cf1876766.zip
s4: Add 'subunit-test' make target.
Diffstat (limited to 'source4/Makefile')
-rw-r--r--source4/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/Makefile b/source4/Makefile
index b49024047c..e1e53cd6c4 100644
--- a/source4/Makefile
+++ b/source4/Makefile
@@ -14,6 +14,9 @@ uninstall:
test:
$(WAF) test $(TEST_OPTIONS)
+subunit-test:
+ $(WAF) test --filtered-subunit $(TEST_OPTIONS)
+
testenv:
$(WAF) test --testenv $(TEST_OPTIONS)