summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-01-28 09:35:44 +0100
committerStefan Metzmacher <metze@samba.org>2009-01-28 10:07:12 +0100
commitdb7ee3733fbca937612247ad5d821121b4792112 (patch)
tree3f7007e95a2d40fad457bada93e9ed2de5d0dfcd /source3/Makefile.in
parent11b66ccaa10d260a00a4992ce3f9bb2861af953d (diff)
downloadsamba-db7ee3733fbca937612247ad5d821121b4792112.tar.gz
samba-db7ee3733fbca937612247ad5d821121b4792112.tar.bz2
samba-db7ee3733fbca937612247ad5d821121b4792112.zip
s3: try to make 'make selftest' work again
metze
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in7
1 files changed, 5 insertions, 2 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 947fdc9f28..607044fd83 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -2951,12 +2951,15 @@ valgrindtest:: all torture timelimit
SELFTEST_FORMAT = plain
selftestdir = ../selftest
+S3_LD_LIBPATH_OVERRIDE = $(LIB_PATH_VAR)="$(builddir)/bin"
+
selftest:: all torture timelimit
- @$(selftestdir)/selftest.pl --prefix=st --target=samba3 \
+ @$(S3_LD_LIBPATH_OVERRIDE) $(selftestdir)/selftest.pl \
+ --prefix=${selftest_prefix} --target=samba3 \
--testlist="$(srcdir)/selftest/tests.sh|" \
--expected-failures=$(srcdir)/selftest/knownfail \
--exclude=$(srcdir)/selftest/skip \
- --socket-wrapper $(TESTS) --format=$(SELFTEST_FORMAT)
+ --socket-wrapper $(TESTS) --format=$(SELFTEST_FORMAT) --immediate
selftest-%:
$(MAKE) selftest TESTS=$*