Add a test case for ".declare" pragma

This commit is contained in:
Homer Hsing
2012-09-18 16:28:27 +08:00
committed by Damien Lespiau
parent c3bcc7dbeb
commit 131f61f2ef
3 changed files with 11 additions and 1 deletions
+4 -1
View File
@@ -21,6 +21,7 @@ TESTS = \
halt \
wait \
endif \
declare \
immediate
# Tests that are expected to fail because they contain some inccorect code.
@@ -66,6 +67,8 @@ TESTDATA = \
wait.g4a \
endif.expected \
endif.g4a \
declare.expected \
declare.g4a \
immediate.g4a \
immediate.expected
@@ -79,4 +82,4 @@ $(TESTS): run-test.sh
CLEANFILES = \
*.out \
${TESTS}
${TESTS}