From 76381c4493b6273fa1aa3ea6f5277f7471d42d7e Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 28 Apr 2007 10:57:58 +0200 Subject: added make test and make valgrindtest targets (This used to be ctdb commit b69fb43643993ee5aaabf8711bb874f95d468f35) --- ctdb/tests/run_tests.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 ctdb/tests/run_tests.sh (limited to 'ctdb/tests/run_tests.sh') diff --git a/ctdb/tests/run_tests.sh b/ctdb/tests/run_tests.sh new file mode 100755 index 00000000000..983afa0adb7 --- /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 -- cgit