From 91d4db600bd95318c224100f13b79de9fdd5ca79 Mon Sep 17 00:00:00 2001 From: Thomas Preud'homme Date: Mon, 7 Apr 2014 23:30:57 +0800 Subject: Add new tests for macro nesting --- tests/tests2/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/tests2/Makefile') diff --git a/tests/tests2/Makefile b/tests/tests2/Makefile index 4d5546d..36d84dc 100644 --- a/tests/tests2/Makefile +++ b/tests/tests2/Makefile @@ -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 -- cgit v1.3.1