summaryrefslogtreecommitdiff
path: root/source4/selftest
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-12-20 15:54:00 +0100
committerStefan Metzmacher <metze@samba.org>2007-12-21 06:28:47 +0100
commit9ca5a267466f7b1b83a906b1f3b8b1b953222f21 (patch)
tree2c7fddd40554d299548a568e88d162df180dc127 /source4/selftest
parent109a903750e6bec865e402f02c5c457250594e55 (diff)
downloadsamba-9ca5a267466f7b1b83a906b1f3b8b1b953222f21.tar.gz
samba-9ca5a267466f7b1b83a906b1f3b8b1b953222f21.tar.bz2
samba-9ca5a267466f7b1b83a906b1f3b8b1b953222f21.zip
r26546: Rather than having a gazillion targets, add output format variable for 'make test'.
(This used to be commit bd5217906c12c36df9769fc32aee77d9c1805bf2)
Diffstat (limited to 'source4/selftest')
-rw-r--r--source4/selftest/config.mk9
1 files changed, 3 insertions, 6 deletions
diff --git a/source4/selftest/config.mk b/source4/selftest/config.mk
index 72bc10cf56..ab04c60a11 100644
--- a/source4/selftest/config.mk
+++ b/source4/selftest/config.mk
@@ -1,12 +1,12 @@
+TEST_FORMAT = plain
+
SELFTEST = $(LIB_PATH_VAR)=$(builddir)/bin/shared $(PERL) $(srcdir)/selftest/selftest.pl --prefix=${selftest_prefix} \
--builddir=$(builddir) --srcdir=$(srcdir) \
--expected-failures=$(srcdir)/samba4-knownfail \
+ --format=$(TEST_FORMAT) \
--exclude=$(srcdir)/samba4-skip --testlist="./selftest/samba4_tests.sh|" \
$(TEST_OPTIONS)
-htmltest: everything
- $(SELFTEST) $(DEFAULT_TEST_OPTIONS) --format=html $(TESTS)
-
test: everything
$(SELFTEST) $(DEFAULT_TEST_OPTIONS) --immediate $(TESTS)
@@ -28,9 +28,6 @@ test-noswrap: everything
quicktest: all
$(SELFTEST) --quick --socket-wrapper --immediate $(TESTS)
-htmlquicktest: all
- $(SELFTEST) --quick --socket-wrapper --format=html --immediate $(TESTS)
-
quicktestone: all
$(SELFTEST) --quick --socket-wrapper --one $(TESTS)