diff options
author | Mattia Rizzolo <mattia@mapreri.org> | 2015-10-13 10:45:12 +0000 |
---|---|---|
committer | Mattia Rizzolo <mattia@mapreri.org> | 2015-10-13 10:45:12 +0000 |
commit | e1207ed691f9176d481dc1e380050d0f90320c23 (patch) | |
tree | 9f9d89be6e624ea10d83eccce02ed4a8dbe431aa /t | |
parent | 72075b8430b826d7dd489765c1004e4161479fa2 (diff) | |
download | pbuilder-e1207ed691f9176d481dc1e380050d0f90320c23.tar pbuilder-e1207ed691f9176d481dc1e380050d0f90320c23.tar.gz |
add a tiny t/runtests.sh
Gbp-Dch: Ignore
Diffstat (limited to 't')
-rwxr-xr-x | t/runtests.sh | 8 |
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 |