aboutsummaryrefslogtreecommitdiff
path: root/runtests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'runtests.sh')
-rwxr-xr-xruntests.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/runtests.sh b/runtests.sh
deleted file mode 100755
index d0801c3..0000000
--- a/runtests.sh
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-
-set -e
-
-export PATH=tools:$PATH
-
-for script in test/*.sh
-do
- ${script}
-done \ No newline at end of file