[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.
[samba.git] / source3 / script / tests / test_local_s3.sh
index 083162d92b55e8999ca044cb9d7f916454b53e7d..6117106c8a3c445aa7f9c5760f6b2f990db32a5d 100755 (executable)
@@ -17,4 +17,10 @@ failed=0
 testit "talloctort" $VALGRIND $BINDIR/talloctort || \
     failed=`expr $failed + 1`
 
+testit "replacetort" $VALGRIND $BINDIR/replacetort || \
+    failed=`expr $failed + 1`
+
+testit "tdbtorture" $VALGRIND $BINDIR/tdbtorture || \
+    failed=`expr $failed +1`
+
 testok $0 $failed