This commit is contained in:
Olof hagsand 2016-03-07 22:09:31 +01:00
parent 8485731d80
commit 80c7200643
3 changed files with 61 additions and 2 deletions

View file

@ -1,4 +1,8 @@
#!/bin/sh
# include err() and new() functions
. ./lib.sh
for test in test*.sh; do
echo "Running $test"
./$test
@ -8,4 +12,4 @@ for test in test*.sh; do
exit $errcode
fi
done
echo OK