From 6b80d173eda176594cc9cc36511ba62079964cfd Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 2 Oct 2006 11:35:41 +0000 Subject: r19038: build libreplace testsuite as replacetort and run it with make test metze (This used to be commit 9db9eb199f1902cb7e7f4f700b8594f4fc98ae8a) --- source3/script/tests/test_local_s3.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source3/script/tests') diff --git a/source3/script/tests/test_local_s3.sh b/source3/script/tests/test_local_s3.sh index 083162d92b..019a51559b 100755 --- a/source3/script/tests/test_local_s3.sh +++ b/source3/script/tests/test_local_s3.sh @@ -17,4 +17,7 @@ failed=0 testit "talloctort" $VALGRIND $BINDIR/talloctort || \ failed=`expr $failed + 1` +testit "replacetort" $VALGRIND $BINDIR/replacetort || \ + failed=`expr $failed + 1` + testok $0 $failed -- cgit