test
This commit is contained in:
parent
8485731d80
commit
80c7200643
3 changed files with 61 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue