Added more unit tests.
This commit is contained in:
parent
8026138b9c
commit
6eab3a531a
9 changed files with 60 additions and 7 deletions
|
|
@ -13,7 +13,7 @@ fail=0
|
|||
|
||||
for file in unit-tests/*
|
||||
do
|
||||
echo ${file}
|
||||
echo -n "${file} => "
|
||||
bash ${file}
|
||||
|
||||
if [ $? -eq 0 ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue