summaryrefslogtreecommitdiff
path: root/source4/main.mk
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-03-07 02:11:40 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:49:20 -0500
commiteaa02e4b54e79c4dca49054eaf6558f4bfd152bb (patch)
treec00ace51d9ad34e13aab6f4627dea72ee3d19656 /source4/main.mk
parent8fdbf34ea7956a6b9ed8e9f0dd73019c6e00183a (diff)
downloadsamba-eaa02e4b54e79c4dca49054eaf6558f4bfd152bb.tar.gz
samba-eaa02e4b54e79c4dca49054eaf6558f4bfd152bb.tar.bz2
samba-eaa02e4b54e79c4dca49054eaf6558f4bfd152bb.zip
r21733: Merge testenv back into core selftest.pl
(This used to be commit 4b78ed3a606b6697512f1e4e9b9c6c93816e71f8)
Diffstat (limited to 'source4/main.mk')
-rw-r--r--source4/main.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/main.mk b/source4/main.mk
index 7807b5f52f..87faa326a7 100644
--- a/source4/main.mk
+++ b/source4/main.mk
@@ -304,7 +304,7 @@ quicktest: all
$(SELFTEST) --quick --socket-wrapper --immediate $(TESTS)
testenv: all libraries
- $(srcdir)/script/tests/testenv.pl
+ $(SELFTEST) --socket-wrapper --testenv
valgrindtest: valgrindtest-quick
@@ -321,7 +321,7 @@ valgrindtest-all: all libraries
valgrindtest-env: all libraries
SMBD_VALGRIND="xterm -n smbd -e valgrind -q --db-attach=yes --num-callers=30" \
VALGRIND="valgrind -q --num-callers=30 --log-file=${selftest_prefix}/valgrind.log" \
- $(srcdir)/script/tests/testenv.pl
+ $(SELFTEST) --socket-wrapper --testenv
gdbtest: gdbtest-quick