mirror of
https://frontier.innolan.net/github/amigaos-cross-toolchain6.git
synced 2024-10-19 10:29:55 +00:00
@T more tests
This commit is contained in:
9
test/runtests
Normal file → Executable file
9
test/runtests
Normal file → Executable file
@ -1,3 +1,8 @@
|
||||
for t in test* ; do
|
||||
[ -d $t ] && (pushd $t; ./cc || exit 1; popd)
|
||||
done
|
||||
if [ -d $t ]; then
|
||||
echo cc $t
|
||||
pushd $t
|
||||
./cc || { popd; echo $t failed; exit 1; }
|
||||
popd
|
||||
fi
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user