diff options
| author | Thomas Preud'homme <robotux@celest.fr> | 2014-04-08 22:19:48 +0800 |
|---|---|---|
| committer | Thomas Preud'homme <robotux@celest.fr> | 2014-04-08 22:19:48 +0800 |
| commit | a715d7143d9d17da17e67fec6af1c01409a71a31 (patch) | |
| tree | c4711f1e74829df258151781171bc0b01b8ef9a1 /tests/tests2/Makefile | |
| parent | 91d4db600bd95318c224100f13b79de9fdd5ca79 (diff) | |
| download | tinycc-a715d7143d9d17da17e67fec6af1c01409a71a31.tar.gz tinycc-a715d7143d9d17da17e67fec6af1c01409a71a31.tar.bz2 | |
Prevent ## to appear at start or end of macro
Diffstat (limited to 'tests/tests2/Makefile')
| -rw-r--r-- | tests/tests2/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/tests2/Makefile b/tests/tests2/Makefile index 36d84dc..41adb2d 100644 --- a/tests/tests2/Makefile +++ b/tests/tests2/Makefile @@ -79,7 +79,9 @@ TESTS = \ 61_undefined_enum.test \ 62_enumerator_redefinition.test \ 63_local_enumerator_redefinition.test \ - 64_macro_nesting.test + 64_macro_nesting.test \ + 65_macro_concat_start.test \ + 66_macro_concat_end.test # 30_hanoi.test -- seg fault in the code, gcc as well # 34_array_assignment.test -- array assignment is not in C standard |
