coverage all
This commit is contained in:
parent
a9054f0a64
commit
5784a90d7e
15 changed files with 152 additions and 14 deletions
1
test.sh
1
test.sh
|
@ -15,6 +15,7 @@ for i in *.c; do
|
|||
rm $i.ans
|
||||
else
|
||||
echo "Test '$i' failed"
|
||||
exit 1
|
||||
fi
|
||||
done
|
||||
echo "Passed $succ/$all tests"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue