Add tests for previous fixes

Add tests for the fixes made in commits
76cb1144ef,
a465b7f58f,
0f522fb32a,
82969f045c and
673befd2d7.
This commit is contained in:
Thomas Preud'homme
2014-03-30 12:55:32 +08:00
parent fdc31e152b
commit 80811671d4
11 changed files with 30 additions and 1 deletions

View File

@ -69,7 +69,12 @@ TESTS = \
54_goto.test \
55_lshift_type.test \
56_btype_excess-1.test \
57_btype_excess-2.test
57_btype_excess-2.test \
58_function_redefinition.test \
59_function_array.test \
60_enum_redefinition.test \
61_undefined_enum.test \
62_enumerator_redefinition.test
# 30_hanoi.test -- seg fault in the code, gcc as well
# 34_array_assignment.test -- array assignment is not in C standard