Add new tests for macro nesting

This commit is contained in:
Thomas Preud'homme
2014-04-07 23:30:57 +08:00
parent c2422ba87f
commit 91d4db600b
3 changed files with 13 additions and 1 deletions

View File

@ -78,7 +78,8 @@ TESTS = \
60_enum_redefinition.test \
61_undefined_enum.test \
62_enumerator_redefinition.test \
63_local_enumerator_redefinition.test
63_local_enumerator_redefinition.test \
64_macro_nesting.test
# 30_hanoi.test -- seg fault in the code, gcc as well
# 34_array_assignment.test -- array assignment is not in C standard