Added LED test to the official tests

git-svn-id: http://picoc.googlecode.com/svn/trunk@507 21eae674-98b7-11dd-bd71-f92a316d2d60
This commit is contained in:
zik.saleeba 2011-02-11 05:04:49 +00:00
parent e236537ab2
commit 806c546e06
2 changed files with 5 additions and 0 deletions

4
tests/32_led.expect Normal file
View file

@ -0,0 +1,4 @@
_ _ _ _
| _| _| |_| |_ |_ |
| |_ _| | _| |_| |

View file

@ -29,6 +29,7 @@ TESTS= 00_assignment.test \
29_array_address.test \
30_hanoi.test \
31_args.test \
32_led.test \
33_ternary_op.test \
34_array_assignment.test \
35_sizeof.test \