aboutsummaryrefslogtreecommitdiff
path: root/tests/tests2/Makefile
diff options
context:
space:
mode:
authorThomas Preud'homme <robotux@celest.fr>2014-04-12 12:00:13 +0800
committerThomas Preud'homme <robotux@celest.fr>2014-04-12 16:11:42 +0800
commit6e56bb387db8af055ff6de71a23b270de55c3dc8 (patch)
treec44b72ccaa7914b4e269cbca9a73e00d22eb59a6 /tests/tests2/Makefile
parent9714d2e75f70f8fcca9fd7b596440a346e504742 (diff)
downloadtinycc-6e56bb387db8af055ff6de71a23b270de55c3dc8.tar.gz
tinycc-6e56bb387db8af055ff6de71a23b270de55c3dc8.tar.bz2
Fix preprocessor concat with empty arg
Diffstat (limited to 'tests/tests2/Makefile')
-rw-r--r--tests/tests2/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/tests2/Makefile b/tests/tests2/Makefile
index 41adb2d..a7c8a2f 100644
--- a/tests/tests2/Makefile
+++ b/tests/tests2/Makefile
@@ -81,7 +81,8 @@ TESTS = \
63_local_enumerator_redefinition.test \
64_macro_nesting.test \
65_macro_concat_start.test \
- 66_macro_concat_end.test
+ 66_macro_concat_end.test \
+ 67_macro_concat.test
# 30_hanoi.test -- seg fault in the code, gcc as well
# 34_array_assignment.test -- array assignment is not in C standard