diff options
| author | Thomas Preud'homme <robotux@celest.fr> | 2014-03-30 12:55:32 +0800 |
|---|---|---|
| committer | Thomas Preud'homme <robotux@celest.fr> | 2014-03-30 12:56:55 +0800 |
| commit | 80811671d439e4953961e3bcbe7ce09a34c96d2a (patch) | |
| tree | 0e00890ae26ea19dc38d01cc38d3acd1be689d16 /tests/tests2/Makefile | |
| parent | fdc31e152ba8496bee1da0358e458f9f1234e0c4 (diff) | |
| download | tinycc-80811671d439e4953961e3bcbe7ce09a34c96d2a.tar.gz tinycc-80811671d439e4953961e3bcbe7ce09a34c96d2a.tar.bz2 | |
Add tests for previous fixes
Add tests for the fixes made in commits
76cb1144ef91924c53c57ea71e6f67ce73ce1cc6,
a465b7f58fdea15caa1bfb81ff5e985c94c4df4a,
0f522fb32a635dafce30f3ce3ff2cb15bcec809e,
82969f045c99b4d1ef833de35117c17b326b46c0 and
673befd2d7745a90c1c4fcb6d2f0e266c04f8c97.
Diffstat (limited to 'tests/tests2/Makefile')
| -rw-r--r-- | tests/tests2/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/tests/tests2/Makefile b/tests/tests2/Makefile index c1bf5e6..fa564f9 100644 --- a/tests/tests2/Makefile +++ b/tests/tests2/Makefile @@ -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 |
