summaryrefslogtreecommitdiff
path: root/storage/mroonga/vendor/groonga/tools/travis-script.sh
diff options
context:
space:
mode:
Diffstat (limited to 'storage/mroonga/vendor/groonga/tools/travis-script.sh')
-rwxr-xr-xstorage/mroonga/vendor/groonga/tools/travis-script.sh15
1 files changed, 15 insertions, 0 deletions
diff --git a/storage/mroonga/vendor/groonga/tools/travis-script.sh b/storage/mroonga/vendor/groonga/tools/travis-script.sh
new file mode 100755
index 00000000000..7931903d419
--- /dev/null
+++ b/storage/mroonga/vendor/groonga/tools/travis-script.sh
@@ -0,0 +1,15 @@
+#!/bin/sh
+
+set -e
+
+case "${BUILD_TOOL}" in
+ autotools)
+ test/unit/run-test.sh
+ test/command/run-test.sh
+ # test/command/run-test.sh --interface http
+ # test/command/run-test.sh --interface http --testee groonga-httpd
+ ;;
+ cmake)
+ test/command/run-test.sh
+ ;;
+esac