8 lines
192 B
Makefile
8 lines
192 B
Makefile
|
CONTRIB_LIBS += $(wildcard contrib/50.option/*.scm)
|
||
|
CONTRIB_TESTS += test-option
|
||
|
|
||
|
test-option: bin/picrin
|
||
|
for test in `ls contrib/50.option/t/*.scm`; do \
|
||
|
$(TEST_RUNNER) "$$test"; \
|
||
|
done
|