aboutsummaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2015-10-13 10:45:12 +0000
committerMattia Rizzolo <mattia@mapreri.org>2015-10-13 10:45:12 +0000
commite1207ed691f9176d481dc1e380050d0f90320c23 (patch)
tree9f9d89be6e624ea10d83eccce02ed4a8dbe431aa /t
parent72075b8430b826d7dd489765c1004e4161479fa2 (diff)
downloadpbuilder-e1207ed691f9176d481dc1e380050d0f90320c23.tar
pbuilder-e1207ed691f9176d481dc1e380050d0f90320c23.tar.gz
add a tiny t/runtests.sh
Gbp-Dch: Ignore
Diffstat (limited to 't')
-rwxr-xr-xt/runtests.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/t/runtests.sh b/t/runtests.sh
new file mode 100755
index 0000000..6f0c5dd
--- /dev/null
+++ b/t/runtests.sh
@@ -0,0 +1,8 @@
+#/bin/bash
+
+set -e
+
+cd $(dirname $0)
+for t in test_*; do
+ ./"$t"
+done