1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/ctdb/tests/run_tests.sh
Andrew Tridgell 76381c4493 added make test and make valgrindtest targets
(This used to be ctdb commit b69fb43643993ee5aaabf8711bb874f95d468f35)
2007-04-28 10:57:58 +02:00

9 lines
107 B
Bash
Executable File

#!/bin/sh
tests/fetch.sh || exit 1
tests/bench.sh || exit 1
tests/test.sh || exit 1
echo "All OK"
exit 0