Skip to content

Commit 3060aff

Browse files
committed
Added unit test for TICTAC.LUA
1 parent 005b698 commit 3060aff

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

test/TICTAC/TICTAC.LUA

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../xtra/TICTAC.LUA

test/TICTAC/test.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/usr/bin/env sh
2+
3+
INTERP=${INTERP:-lua}
4+
SCRIPT="TICTAC.LUA"
5+
6+
printf "1\n2\n3\n4\n\5\n6\n7\n8\n9\nn\n" | $INTERP $SCRIPT
7+
echo && echo "TICTAC: PASS"

0 commit comments

Comments
 (0)