Added more unit tests.

This commit is contained in:
Simon Brooke 2017-01-07 11:13:06 +00:00
parent 8026138b9c
commit 6eab3a531a
9 changed files with 60 additions and 7 deletions

View file

@ -13,7 +13,7 @@ fail=0
for file in unit-tests/*
do
echo ${file}
echo -n "${file} => "
bash ${file}
if [ $? -eq 0 ]