summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index edf9548d5e..40d59e7cec 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -846,9 +846,9 @@ pch: proto_exists
##
## Targets for 'make test'
##
-test: all torture
- @echo Running Samba 3 Test suite
- @sh ./script/tests/runtests.sh t_dir
+test: all torture bin/timelimit
+ @echo Running Test suite
+ @sh ./script/tests/selftest.sh ${selftest_prefix}/st all "${smbtorture4_path}"
# Check for PAM module problems. Specifically, check that every module we
# built can actually be loaded by a minimal PAM-aware application.