test cleanup

This commit is contained in:
Egan Ford 2017-04-08 21:56:22 -06:00
parent eb79dc7b43
commit 686ac49d04
4 changed files with 15 additions and 13 deletions

View File

@ -26,8 +26,8 @@ clean:
rm -f bin/* *.dsk c2d.h c2d.h.1
(cd asm; make clean)
gameserverclient.text:
figlet -c -w 40 -f slant "Game Server Client Online" >$@
gameserverclient.text: Makefile
figlet -c -w 40 -f slant "Game Server Online Client" >$@
test: gameserverclient gameserverclient.text dist
./test.sh

View File

@ -10,15 +10,15 @@
___/ / __/ / | |/ / __/ /
/____/\___/_/ |___/\___/_/
_________ __
/ ____/ (_)__ ____ / /_
/ / / / / _ \/ __ \/ __/
/ /___/ / / __/ / / / /_
\____/_/_/\___/_/ /_/\__/
____ ___
/ __ \____ / (_)___ ___
/ / / / __ \/ / / __ \/ _ \
/ /_/ / / / / / / / / / __/
\____/_/ /_/_/_/_/ /_/\___/
_________ __
/ ____/ (_)__ ____ / /_
/ / / / / _ \/ __ \/ __/
/ /___/ / / __/ / / / /_
\____/_/_/\___/_/ /_/\__/

Binary file not shown.

12
test.sh
View File

@ -17,7 +17,7 @@ if [ "$CHECK" = "$SUM" ]
then
echo PASSED
else
echo FAILED
echo "FAILED $CHECK != $SUM (expect)"
exit 1
fi
@ -33,11 +33,11 @@ if [ "$CHECK" = "$SUM" ]
then
echo PASSED
else
echo FAILED
echo "FAILED $CHECK != $SUM (expect)"
exit 1
fi
SUM=aaed7ee47fde72a69435d146f01301f4
SUM=f27ea2a4fcc7c85ac25c3eacba24e958
rm -f ${BIN}.dsk
echo
@ -52,7 +52,7 @@ if [ "$CHECK" = "$SUM" ]
then
echo PASSED
else
echo FAILED
echo "FAILED $CHECK != $SUM (expect)"
exit 1
fi
@ -70,6 +70,8 @@ if [ "$CHECK" = "$SUM" ]
then
echo PASSED
else
echo FAILED
echo "FAILED $CHECK != $SUM (expect)"
exit 1
fi
echo