diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-11-21 17:52:35 +1100 |
---|---|---|
committer | Andreas Schneider <asn@samba.org> | 2012-11-22 10:21:17 +0100 |
commit | 7626b5d9045c2b490b38dee7dd45ba7763740f83 (patch) | |
tree | 5baff2f323b4ce7f3c6a491dd71421fbcbfbcd7f /source3/m4 | |
parent | 8a2ef49dea36b103a87cf2aa63417737dd754ce6 (diff) | |
download | samba-7626b5d9045c2b490b38dee7dd45ba7763740f83.tar.gz samba-7626b5d9045c2b490b38dee7dd45ba7763740f83.tar.bz2 samba-7626b5d9045c2b490b38dee7dd45ba7763740f83.zip |
build: Remove --enable-smbtorture, require bin/smbtorture (from waf) for make test
This simply moves this to being a side-effect of --enable-selftest.
The flag was renamed from --enable-smbtorture4 in a recent patch.
Make test now relies on smbtorture4, and so this code to make the dependency
optional for the tests is not required any more.
Andrew Bartlett
Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'source3/m4')
-rw-r--r-- | source3/m4/check_path.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/m4/check_path.m4 b/source3/m4/check_path.m4 index 1932a33cc8..94c36bc6bd 100644 --- a/source3/m4/check_path.m4 +++ b/source3/m4/check_path.m4 @@ -42,6 +42,7 @@ AC_ARG_ENABLE(developer, [AS_HELP_STRING([--enable-developer], [Turn on develope [if eval "test x$enable_developer = xyes"; then debug=yes developer=yes + selftest=yes fi]) AC_SUBST(selftest) |