summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-11-02 16:38:27 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-11-02 16:38:27 +0100
commit8f763308bc191855356cfec758e939270843468d (patch)
tree8b99cf56953204a12620148b27a0e4741e805a88 /source3/Makefile.in
parent29a20af75f150a1774b187ce64199e5f0bcc2361 (diff)
downloadsamba-8f763308bc191855356cfec758e939270843468d.tar.gz
samba-8f763308bc191855356cfec758e939270843468d.tar.bz2
samba-8f763308bc191855356cfec758e939270843468d.zip
Add *test4 rules to merged build Makefile, to allow running the Samba 4 tests against Samba 4. (doesn't work yet).
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 94146eb022..ce24001fd2 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -2847,9 +2847,10 @@ valgrindtest:: all torture timelimit
PERL="$(PERL)" $(srcdir)/script/tests/selftest.sh ${selftest_prefix} all "${smbtorture4_path}"
SELFTEST_FORMAT = plain
+selftestdir = ../selftest
selftest:: all torture timelimit
- @../selftest/selftest.pl --prefix=st --target=samba3 \
+ @$(selftestdir)/selftest.pl --prefix=st --target=samba3 \
--testlist="$(srcdir)/selftest/tests.sh|" \
--expected-failures=$(srcdir)/selftest/knownfail \
--exclude=$(srcdir)/selftest/skip \