add tests
authorLaurent Mazet <mazet@softndesign.org>
Thu, 27 Jun 2024 05:30:16 +0000 (07:30 +0200)
committerLaurent Mazet <mazet@softndesign.org>
Thu, 27 Jun 2024 05:30:16 +0000 (07:30 +0200)
gameoflife.c

index 0c2fa5e90f6e75ab5a78b920d11a769d4d12ab13..e533f79fe731b4c8158bfcaa2f875fcc81a507ed 100644 (file)
@@ -353,9 +353,10 @@ int main (int argc, char *argv[])
 /* test: gameoflife.exe -y 2>&1 | grep 'no height' */
 /* test: gameoflife.exe _ 2>&1 | grep invalid */
 /* test: echo -n q | gameoflife.exe */
-/* test: { echo oclllldckkkrcjjjjcxfcilililecs; sleep 5; echo -n q; } | gameoflife.exe -e glider.gol -s 2 */
-/* test: { echo icklckcjcjckjs; sleep 2; echo; sleep 1; echo -n q; } | gameoflife.exe -x 10 -y 10 -v 2 */
+/* test: { echo oclllldckkkrcjjjjcxfcilililec; echo sleep 5; echo -n q; } | gameoflife.exe -e glider.gol -s 2 */
+/* test: { echo icklckcjcjckjsboard.gol; echo; sleep 2; echo; sleep 1; echo -n q; } | gameoflife.exe -x 10 -y 10 -v 2 */
 /* test: { sleep 4; echo -n q; } | gameoflife.exe -p board.gol -s 1 */
 /* test: { echo uucllllrckkkkjjd; sleep 3; echo -n q; } | gameoflife.exe -e beehive.gol:block.gol -s 1 */
+/* test: echo -ne 'cklcklcklcklcsx\bboard.gol\eq' | gameoflife.exe */
 
 /* vim: set ts=4 sw=4 et: */