test coverage
This commit is contained in:
parent
54db58d362
commit
3b95608233
23 changed files with 199 additions and 50 deletions
3
test.sh
3
test.sh
|
@ -12,9 +12,10 @@ for i in *.c; do
|
|||
if cmp $i.out $i.ans; then
|
||||
succ=$((succ+1))
|
||||
echo "Test '$i' passed"
|
||||
rm $i.ans
|
||||
else
|
||||
echo "Test '$i' failed"
|
||||
fi
|
||||
done
|
||||
echo "Passed $succ/$all tests"
|
||||
rm *.c.out *.s *.ans a.out
|
||||
rm *.c.out a.out
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue