diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-10-02 11:35:41 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:15:04 -0500 |
commit | 6b80d173eda176594cc9cc36511ba62079964cfd (patch) | |
tree | 255ec73691dcf8c9799c91c2598c758cb76e2a44 /source3/script | |
parent | a3a082b24836e50755e2086eeb35a4fee8dac17c (diff) | |
download | samba-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')
-rwxr-xr-x | source3/script/tests/test_local_s3.sh | 3 |
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 |