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:
parent
e236537ab2
commit
806c546e06
4
tests/32_led.expect
Normal file
4
tests/32_led.expect
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
_ _ _ _
|
||||||
|
| _| _| |_| |_ |_ |
|
||||||
|
| |_ _| | _| |_| |
|
||||||
|
|
|
@ -29,6 +29,7 @@ TESTS= 00_assignment.test \
|
||||||
29_array_address.test \
|
29_array_address.test \
|
||||||
30_hanoi.test \
|
30_hanoi.test \
|
||||||
31_args.test \
|
31_args.test \
|
||||||
|
32_led.test \
|
||||||
33_ternary_op.test \
|
33_ternary_op.test \
|
||||||
34_array_assignment.test \
|
34_array_assignment.test \
|
||||||
35_sizeof.test \
|
35_sizeof.test \
|
||||||
|
|
Loading…
Reference in a new issue