summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-09-16 00:01:51 +0000
committerJelmer Vernooij <jelmer@samba.org>2010-09-16 00:15:29 +0000
commitbad0041390da289f6cfad3a44f702998291edd8c (patch)
tree0f3b066ec1815b5c8b365b5c10fe62e5ea0abdb2 /source3/Makefile.in
parentcd56e40117c542fd90362abe8130f7f8d8ee02e3 (diff)
downloadsamba-bad0041390da289f6cfad3a44f702998291edd8c.tar.gz
samba-bad0041390da289f6cfad3a44f702998291edd8c.tar.bz2
samba-bad0041390da289f6cfad3a44f702998291edd8c.zip
s3-selftest: Move Samba3-specific script to source3/selftest.
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 863274575a..0046a1805f 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -3377,7 +3377,7 @@ test:: all torture timelimit
SOURCEDIR="$(srcdir)" \
RUN_FROM_BUILD_FARM="$(RUN_FROM_BUILD_FARM)" \
PERL="$(PERL)" PYTHON="$(PYTHON)" \
- $(selftestdir)/s3-selftest.sh
+ $(srcdir)/selftest/s3-selftest.sh
test-%:
$(MAKE) test TESTS=$*