From e5dfc64e9c7ef38f77fed1ffc41aad6cf1876766 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Fri, 1 Oct 2010 12:59:40 +0200 Subject: s4: Add 'subunit-test' make target. --- source4/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source4') 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) -- cgit