Cluster test
[pazpar2-moved-to-github.git] / test / test_cluster.sh
diff --git a/test/test_cluster.sh b/test/test_cluster.sh
new file mode 100755 (executable)
index 0000000..e64b961
--- /dev/null
@@ -0,0 +1,13 @@
+#!/bin/sh
+
+TEST=`basename $0 .sh`
+# srcdir might be set by make
+srcdir=${srcdir:-"."}
+
+exec ${srcdir}/run_pazpar2.sh --ztest --icu $TEST
+
+# Local Variables:
+# mode:shell-script
+# sh-indentation: 2
+# sh-basic-offset: 4
+# End: