summaryrefslogtreecommitdiff
path: root/ecomp-c/test.sh
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2020-06-28 08:54:27 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2020-06-28 08:54:27 +0200
commit6832eb323e51af3a05e9f4ee62e7c9cc358cb863 (patch)
treea4b3253f104405a39ff6027de80bf496bae4f4a7 /ecomp-c/test.sh
parent94c2ac9790daff1f10252b474c1fc2fc17bd3cac (diff)
downloadcompilertests-6832eb323e51af3a05e9f4ee62e7c9cc358cb863.tar.gz
compilertests-6832eb323e51af3a05e9f4ee62e7c9cc358cb863.tar.bz2
added a test for forward declarations of procedures
Diffstat (limited to 'ecomp-c/test.sh')
-rwxr-xr-xecomp-c/test.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/ecomp-c/test.sh b/ecomp-c/test.sh
index cc2632f..a284678 100755
--- a/ecomp-c/test.sh
+++ b/ecomp-c/test.sh
@@ -23,6 +23,7 @@ type_check_assignment
type_check_comparision
while_statement
procedure_call
+procedure_forward_declaration
example_divisors
example_divisors_array_result
example_reverse_array