r19471: Move BASE and RAW tests to their own scripts. Run the same set of tests as...
[Samba/ekacnet.git] / source4 / script / tests / tests_client.sh
blob4c853d0f1c07430712f921873edb310ce57f9e9c
1 #!/bin/sh
2 $SRCDIR/script/tests/test_smbclient.sh $SERVER $USERNAME $PASSWORD $DOMAIN $PREFIX || totalfailed=`expr $totalfailed + $?`
3 $SRCDIR/script/tests/test_cifsdd.sh $SERVER $USERNAME $PASSWORD $DOMAIN || totalfailed=`expr $totalfailed + $?`