summaryrefslogtreecommitdiff
path: root/source3/script/tests
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-10-02 11:35:41 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:15:04 -0500
commit6b80d173eda176594cc9cc36511ba62079964cfd (patch)
tree255ec73691dcf8c9799c91c2598c758cb76e2a44 /source3/script/tests
parenta3a082b24836e50755e2086eeb35a4fee8dac17c (diff)
downloadsamba-6b80d173eda176594cc9cc36511ba62079964cfd.tar.gz
samba-6b80d173eda176594cc9cc36511ba62079964cfd.tar.bz2
samba-6b80d173eda176594cc9cc36511ba62079964cfd.zip
r19038: build libreplace testsuite as replacetort
and run it with make test metze (This used to be commit 9db9eb199f1902cb7e7f4f700b8594f4fc98ae8a)
Diffstat (limited to 'source3/script/tests')
-rwxr-xr-xsource3/script/tests/test_local_s3.sh3
1 files changed, 3 insertions, 0 deletions
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