summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2000-04-04 07:27:22 +0000
committerTim Potter <tpot@samba.org>2000-04-04 07:27:22 +0000
commit3a087ca35d2a55e0d4cf8ef3fd41ac764896abd9 (patch)
tree815f8df1d6bc391a19c39b2563ac62707a49e75d
parent8503fdf95337d5b06ab28e93976893b161ca7b7d (diff)
downloadsamba-3a087ca35d2a55e0d4cf8ef3fd41ac764896abd9.tar.gz
Rearranged "make check" testsuite invocation variables. More on this
later..
-rw-r--r--source/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/Makefile.in b/source/Makefile.in
index 71d8c442e7f..cf792ca656d 100644
--- a/source/Makefile.in
+++ b/source/Makefile.in
@@ -18,6 +18,9 @@ LIBTOOL=@LIBTOOL@ --quiet
LIBTOOL_DEPS=@LIBTOOL_DEPS@
LINK=$(LIBTOOL) --mode=link $(CC) $(FLAGS) $(LDFLAGS)
+RUNTEST = runtest
+RUNTESTDEFAULTFLAGS = --srcdir @srcdir@/testsuite
+
INSTALL = @INSTALL@
INSTALLCMD=@INSTALL@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
@@ -741,9 +744,6 @@ smbfilter : CHECK bin/smbfilter
nsswitch: CHECK nsswitch/ntdom.so bin/winbindd
-RUNTEST = runtest
-RUNTESTDEFAULTFLAGS = --srcdir @srcdir@/testsuite
-
check:
$(RUNTEST) $(RUNTESTDEFAULTFLAGS) $(RUNTESTFLAGS)