Added logical_second_arg test to Makefile

git-svn-id: http://picoc.googlecode.com/svn/trunk@543 21eae674-98b7-11dd-bd71-f92a316d2d60
This commit is contained in:
zik.saleeba 2011-02-16 00:19:07 +00:00
parent 807b3d09ba
commit ee2ba8a53c

View file

@ -44,7 +44,8 @@ TESTS= 00_assignment.test \
45_empty_for.test \
47_switch_return.test \
48_nested_break.test \
49_bracket_evaluation.test
49_bracket_evaluation.test \
50_logical_second_arg.test
%.test: %.expect %.c
@echo Test: $*...