mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
Use variable for selftest directory.
(This used to be commit 78760606fa
)
This commit is contained in:
parent
aa8619dbea
commit
9c6b7f760a
@ -290,7 +290,8 @@ data.mk: config.status $(MK_FILES)
|
||||
testcov-html::
|
||||
|
||||
include $(pidldir)/config.mk
|
||||
include $(srcdir)/selftest/config.mk
|
||||
selftestdir := $(srcdir)/selftest
|
||||
include $(selftestdir)/config.mk
|
||||
|
||||
showflags::
|
||||
@echo ' pwd = '`/bin/pwd`
|
||||
|
@ -1,6 +1,6 @@
|
||||
TEST_FORMAT = plain
|
||||
|
||||
SELFTEST = $(LD_LIBPATH_OVERRIDE) $(PERL) $(srcdir)/selftest/selftest.pl --prefix=${selftest_prefix} \
|
||||
SELFTEST = $(LD_LIBPATH_OVERRIDE) $(PERL) $(selftestdir)/selftest.pl --prefix=${selftest_prefix} \
|
||||
--builddir=$(builddir) --srcdir=$(srcdir) \
|
||||
--expected-failures=$(srcdir)/samba4-knownfail \
|
||||
--format=$(TEST_FORMAT) \
|
||||
|
Loading…
Reference in New Issue
Block a user