summaryrefslogtreecommitdiffstats
path: root/ctdb/tests/run_tests.sh
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2007-04-28 10:57:58 +0200
committerAndrew Tridgell <tridge@samba.org>2007-04-28 10:57:58 +0200
commit76381c4493b6273fa1aa3ea6f5277f7471d42d7e (patch)
tree39fc5e1cfaefbce78e30f4260febfc97cf5d4eb0 /ctdb/tests/run_tests.sh
parent353a82f87c974456e4d41ba6ef42006d17008d02 (diff)
downloadsamba-76381c4493b6273fa1aa3ea6f5277f7471d42d7e.tar.gz
samba-76381c4493b6273fa1aa3ea6f5277f7471d42d7e.tar.xz
samba-76381c4493b6273fa1aa3ea6f5277f7471d42d7e.zip
added make test and make valgrindtest targets
(This used to be ctdb commit b69fb43643993ee5aaabf8711bb874f95d468f35)
Diffstat (limited to 'ctdb/tests/run_tests.sh')
-rwxr-xr-xctdb/tests/run_tests.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/ctdb/tests/run_tests.sh b/ctdb/tests/run_tests.sh
new file mode 100755
index 0000000000..983afa0adb
--- /dev/null
+++ b/ctdb/tests/run_tests.sh
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+tests/fetch.sh || exit 1
+tests/bench.sh || exit 1
+tests/test.sh || exit 1
+
+echo "All OK"
+exit 0