picrin/contrib/10.regexp/nitro.mk

9 lines
205 B
Makefile
Raw Normal View History

2015-05-30 05:27:24 -04:00
CONTRIB_SRCS += contrib/10.regexp/src/regexp.c
CONTRIB_INITS += regexp
CONTRIB_TESTS += test-regexp
test-regexp: bin/picrin
for test in `ls contrib/10.regexp/t/*.scm`; do \
bin/picrin $$test; \
done