summaryrefslogtreecommitdiff
path: root/source4/selftest/config.mk
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-10-25 22:20:52 +0200
committerStefan Metzmacher <metze@samba.org>2007-12-21 05:43:36 +0100
commitdc8ece0e26f49618232a78c1d2c4d97454633bde (patch)
tree680470dd70cc31a09271de646003dece53cb0bdf /source4/selftest/config.mk
parent3f073b4c6bfcd7e44fc3dd561874790200bd4d12 (diff)
downloadsamba-dc8ece0e26f49618232a78c1d2c4d97454633bde.tar.gz
samba-dc8ece0e26f49618232a78c1d2c4d97454633bde.tar.bz2
samba-dc8ece0e26f49618232a78c1d2c4d97454633bde.zip
r25737: Integrate more of the test recipe code into one file, use
different mechanism for determining the quicktest list. Quicktest is a bit verbose now (reports all the tests not run as SKIP:) (This used to be commit e99e9c167f49c5f8762c7ad16b10ff4aab98091e)
Diffstat (limited to 'source4/selftest/config.mk')
-rw-r--r--source4/selftest/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/selftest/config.mk b/source4/selftest/config.mk
index 0f949997df..52148090ad 100644
--- a/source4/selftest/config.mk
+++ b/source4/selftest/config.mk
@@ -1,7 +1,7 @@
SELFTEST = $(PERL) $(srcdir)/selftest/selftest.pl --prefix=${selftest_prefix} \
--builddir=$(builddir) --srcdir=$(srcdir) \
--expected-failures=$(srcdir)/samba4-knownfail \
- --skip=$(srcdir)/samba4-skip \
+ --exclude=$(srcdir)/samba4-skip --testlist="./selftest/samba4_tests.sh|" \
$(TEST_OPTIONS)
htmltest: everything