picoc/test/Makefile
zik.saleeba 995266ce9c Added test framework.
Implemented preprocessor-style directives (not finished yet).


git-svn-id: http://picoc.googlecode.com/svn/trunk@26 21eae674-98b7-11dd-bd71-f92a316d2d60
2009-01-04 04:08:49 +00:00

12 lines
134 B
Makefile

TESTS= assignment.test \
comment.test \
printf.test
%.test: %.t
@./picotest.sh $<
all: test
test: $(TESTS)
@echo "test passed"