diff options
| author | Vincent Lefevre <vincent@vinc17.net> | 2012-07-06 13:26:43 +0200 |
|---|---|---|
| committer | Vincent Lefevre <vincent@vinc17.net> | 2012-07-06 13:26:43 +0200 |
| commit | 09b98a42a38b3c0bd6eb9de99dc8a4fc3951a760 (patch) | |
| tree | ec9eed79c61de66007f6fd4b89aa98e0ff8ea8b3 /tests2/Makefile | |
| parent | d54e24cc0ea0f669f99711bd96af5139059904da (diff) | |
| download | tinycc-09b98a42a38b3c0bd6eb9de99dc8a4fc3951a760.tar.gz tinycc-09b98a42a38b3c0bd6eb9de99dc8a4fc3951a760.tar.bz2 | |
Tests on left-shift type.
Diffstat (limited to 'tests2/Makefile')
| -rw-r--r-- | tests2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests2/Makefile b/tests2/Makefile index b57028b..bf4c2cd 100644 --- a/tests2/Makefile +++ b/tests2/Makefile @@ -61,7 +61,8 @@ TESTS= 00_assignment.test \ 50_logical_second_arg.test \ 51_static.test \ 52_unnamed_enum.test \ - 54_goto.test + 54_goto.test \ + 55_lshift_type.test # 30_hanoi.test \ # seg fault in the code, gcc as well # 34_array_assignment.test \ # array assignment is not in C standard |
