summaryrefslogtreecommitdiff
path: root/source4/main.mk
diff options
context:
space:
mode:
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