From: Stefan Metzmacher Date: Wed, 21 Jan 2009 09:15:22 +0000 (+0100) Subject: merged-build: propare to fix make test4 X-Git-Tag: samba-4.0.0alpha7~447^2~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bc42f251c3c0a2fd33e4b8487410f61392f8dcc3;p=thirdparty%2Fsamba.git merged-build: propare to fix make test4 metze --- diff --git a/source3/samba4.mk b/source3/samba4.mk index c79694edb0a..49afa3a2e25 100644 --- a/source3/samba4.mk +++ b/source3/samba4.mk @@ -170,8 +170,11 @@ everything:: $(patsubst %,%4,$(BINARIES)) setup: @ln -sf ../source4/setup setup -SELFTEST4 = $(LD_LIBPATH_OVERRIDE) $(PERL) $(selftestdir)/selftest.pl --prefix=st4 \ +LD_LIBPATH_OVERRIDE = $(LIB_PATH_VAR)="$(builddir)/bin/shared" + +SELFTEST4 = $(LD_LIBPATH_OVERRIDE) EXEEXT="4" $(PERL) $(selftestdir)/selftest.pl --prefix=st4 \ --builddir=$(builddir) --srcdir=$(samba4srcdir) \ + --exeext=4 \ --expected-failures=$(samba4srcdir)/selftest/knownfail \ --format=$(SELFTEST_FORMAT) \ --exclude=$(samba4srcdir)/selftest/skip --testlist="$(samba4srcdir)/selftest/tests.sh|" \