mirror of
https://github.com/datajerk/c2d.git
synced 2025-04-06 18:37:28 +00:00
test cleanup
This commit is contained in:
parent
eb79dc7b43
commit
686ac49d04
4
Makefile
4
Makefile
@ -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
|
||||
|
@ -10,15 +10,15 @@
|
||||
___/ / __/ / | |/ / __/ /
|
||||
/____/\___/_/ |___/\___/_/
|
||||
|
||||
_________ __
|
||||
/ ____/ (_)__ ____ / /_
|
||||
/ / / / / _ \/ __ \/ __/
|
||||
/ /___/ / / __/ / / / /_
|
||||
\____/_/_/\___/_/ /_/\__/
|
||||
|
||||
____ ___
|
||||
/ __ \____ / (_)___ ___
|
||||
/ / / / __ \/ / / __ \/ _ \
|
||||
/ /_/ / / / / / / / / / __/
|
||||
\____/_/ /_/_/_/_/ /_/\___/
|
||||
|
||||
_________ __
|
||||
/ ____/ (_)__ ____ / /_
|
||||
/ / / / / _ \/ __ \/ __/
|
||||
/ /___/ / / __/ / / / /_
|
||||
\____/_/_/\___/_/ /_/\__/
|
||||
|
||||
|
Binary file not shown.
12
test.sh
12
test.sh
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user