Add tests for break, cont, and halt instructions.

This commit is contained in:
Eric Anholt
2006-09-01 13:37:07 -07:00
committed by Damien Lespiau
parent f45ac8b2cc
commit 9201e4e2a0
8 changed files with 28 additions and 0 deletions
+9
View File
@@ -15,6 +15,9 @@ TESTS = \
iff \
while \
else \
break \
cont \
halt \
wait \
endif \
immediate
@@ -52,6 +55,12 @@ TESTDATA = \
while.g4a \
else.expected \
else.g4a \
break.expected \
break.g4a \
cont.expected \
cont.g4a \
halt.expected \
halt.g4a \
wait.expected \
wait.g4a \
endif.expected \