![zik.saleeba](/assets/img/avatar_default.png)
Implemented preprocessor-style directives (not finished yet). git-svn-id: http://picoc.googlecode.com/svn/trunk@26 21eae674-98b7-11dd-bd71-f92a316d2d60
12 lines
134 B
Makefile
12 lines
134 B
Makefile
TESTS= assignment.test \
|
|
comment.test \
|
|
printf.test
|
|
|
|
%.test: %.t
|
|
@./picotest.sh $<
|
|
|
|
all: test
|
|
|
|
test: $(TESTS)
|
|
@echo "test passed"
|