Skip to content

Commit

Permalink
test cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
datajerk committed Apr 9, 2017
1 parent eb79dc7 commit 686ac49
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 13 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 6 additions & 6 deletions gameserverclient.text
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
___/ / __/ / | |/ / __/ /
/____/\___/_/ |___/\___/_/

_________ __
/ ____/ (_)__ ____ / /_
/ / / / / _ \/ __ \/ __/
/ /___/ / / __/ / / / /_
\____/_/_/\___/_/ /_/\__/

____ ___
/ __ \____ / (_)___ ___
/ / / / __ \/ / / __ \/ _ \
/ /_/ / / / / / / / / / __/
\____/_/ /_/_/_/_/ /_/\___/

_________ __
/ ____/ (_)__ ____ / /_
/ / / / / _ \/ __ \/ __/
/ /___/ / / __/ / / / /_
\____/_/_/\___/_/ /_/\__/

Binary file modified gameserverclient.textpage
Binary file not shown.
12 changes: 7 additions & 5 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ if [ "$CHECK" = "$SUM" ]
then
echo PASSED
else
echo FAILED
echo "FAILED $CHECK != $SUM (expect)"
exit 1
fi

Expand All @@ -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
Expand All @@ -52,7 +52,7 @@ if [ "$CHECK" = "$SUM" ]
then
echo PASSED
else
echo FAILED
echo "FAILED $CHECK != $SUM (expect)"
exit 1
fi

Expand All @@ -70,6 +70,8 @@ if [ "$CHECK" = "$SUM" ]
then
echo PASSED
else
echo FAILED
echo "FAILED $CHECK != $SUM (expect)"
exit 1
fi

echo

0 comments on commit 686ac49

Please sign in to comment.