r13255: New CIFS dd client for use in performance testing. The guts of this is
[gd/samba/.git] / source4 / script / tests / tests_all.sh
index e940ec16c1efa10e7aa70dba567065232420c31e..d5d20d8f92b2d59fce10d92a8394cecf79228c01 100755 (executable)
@@ -10,3 +10,4 @@
  $SRCDIR/script/tests/test_local.sh || failed=`expr $failed + $?`
  $SRCDIR/script/tests/test_pidl.sh || failed=`expr $failed + $?`
  $SRCDIR/script/tests/test_smbclient.sh $SERVER $USERNAME $PASSWORD $DOMAIN $PREFIX || failed=`expr $failed + $?`
+ $SRCDIR/script/tests/test_cifsdd.sh $SERVER $USERNAME $PASSWORD $DOMAIN || failed=`expr $failed + $?`