2015-06-19 14:42:56 -04:00
|
|
|
CONTRIB_SRCS += contrib/30.regexp/src/regexp.c
|
2015-05-30 05:27:24 -04:00
|
|
|
CONTRIB_INITS += regexp
|
|
|
|
CONTRIB_TESTS += test-regexp
|
|
|
|
|
|
|
|
test-regexp: bin/picrin
|
2015-06-19 14:42:56 -04:00
|
|
|
for test in `ls contrib/30.regexp/t/*.scm`; do \
|
2015-07-16 04:44:34 -04:00
|
|
|
$(TEST_RUNNER) $$test; \
|
2015-05-30 05:27:24 -04:00
|
|
|
done
|