From 169290896684d52b9d63cb17c0b90a3d63dd9b8d Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 6 May 2019 15:32:12 +1200 Subject: 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 Reviewed-by: Gary Lockyer --- source3/script/tests/test_local_s3.sh | 2 +- source3/wscript_build | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) (limited to 'source3') 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=''' -- cgit v1.2.1