diff options
Diffstat (limited to 'source4')
-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) |