summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2019-05-06 15:32:12 +1200
committerGary Lockyer <gary@samba.org>2019-05-06 05:46:10 +0000
commit169290896684d52b9d63cb17c0b90a3d63dd9b8d (patch)
treea27593fb556b953e3c5b83bf1bf27d2fd651cddc /source3
parentbc1583d368902c2e384ed0080c8de003b982a6f7 (diff)
downloadsamba-169290896684d52b9d63cb17c0b90a3d63dd9b8d.tar.gz
build: Remove build of replacetort
This is built close to the code it tests in lib/replace/wscript_build as replace_testsuite. Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
Diffstat (limited to 'source3')
-rwxr-xr-xsource3/script/tests/test_local_s3.sh2
-rw-r--r--source3/wscript_build5
2 files changed, 1 insertions, 6 deletions
diff --git a/source3/script/tests/test_local_s3.sh b/source3/script/tests/test_local_s3.sh
index d5a3d474edb..d92e328d030 100755
--- a/source3/script/tests/test_local_s3.sh
+++ b/source3/script/tests/test_local_s3.sh
@@ -22,7 +22,7 @@ else
echo "Skipping talloctort"
fi
-testit "replacetort" $VALGRIND $BINDIR/replacetort || \
+testit "replace_testsuite" $VALGRIND $BINDIR/replace_testsuite || \
failed=`expr $failed + 1`
if test -x bin/tdbtorture ; then
diff --git a/source3/wscript_build b/source3/wscript_build
index 1dc8768ded4..fd4101a315f 100644
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -1215,11 +1215,6 @@ bld.SAMBA3_BINARY('smbconftort',
''',
install=False)
-bld.SAMBA3_BINARY('replacetort',
- source='../lib/replace/test/main.c',
- deps='replace replace-test',
- install=False)
-
bld.SAMBA3_BINARY('msgtest',
source='torture/msgtest.c',
deps='''