From 31dcdd0c68c6fa9d5ec69a1c025ead619e30e08e Mon Sep 17 00:00:00 2001 From: dan Date: Mon, 29 May 2023 16:08:47 -0400 Subject: tests: add lxiny-examples tests --- runtests.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'runtests.sh') diff --git a/runtests.sh b/runtests.sh index b93a45a..766850d 100755 --- a/runtests.sh +++ b/runtests.sh @@ -37,6 +37,11 @@ for f in $dir/*.forth; do runtest "$f" done +for f in $dir/*/*.forth; do + n="$(expr "$n" + 1)" + runtest "$f" +done + if [ "0" -eq "$failed" ]; then echo "All $n tests passed" >&2 exit 0 -- cgit v1.2.3