summaryrefslogtreecommitdiff
path: root/test/runner.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/runner.sh')
-rw-r--r--test/runner.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/runner.sh b/test/runner.sh
new file mode 100644
index 00000000..ae0f1ef8
--- /dev/null
+++ b/test/runner.sh
@@ -0,0 +1,3 @@
+#!/bin/sh -e
+
+erl -noshell -pa ../src/couchdb -pa ../src/mochiweb -eval "runner:run()"