]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commitdiff
Add alltests script to run all tests at once
authorPeter Stamfest <peter@stamfest.at>
Wed, 5 Mar 2014 20:30:28 +0000 (21:30 +0100)
committerPeter Stamfest <peter@stamfest.at>
Wed, 5 Mar 2014 20:30:28 +0000 (21:30 +0100)
tests/alltests [new file with mode: 0755]

diff --git a/tests/alltests b/tests/alltests
new file mode 100755 (executable)
index 0000000..77569c5
--- /dev/null
@@ -0,0 +1,13 @@
+#!/bin/bash
+
+# fail immediately if any subsequent command fails
+set -e
+
+BASEDIR=$(dirname $0)
+cd $BASEDIR
+
+./modify1
+./modify2
+./modify3
+./modify4
+./modify5