diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-10-01 12:59:40 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-10-01 18:49:40 +0200 |
commit | e5dfc64e9c7ef38f77fed1ffc41aad6cf1876766 (patch) | |
tree | c2e3d7126249a61fe664826d8d3d085a8d948616 /source4/Makefile | |
parent | 3dfbf3ce036987b14bbbeab3c35b58960a4fa75f (diff) | |
download | samba-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/Makefile | 3 |
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) |