picrin/contrib/50.option/nitro.mk

8 lines
198 B
Makefile
Raw Normal View History

2015-07-19 02:12:49 -04:00
CONTRIB_LIBS += $(wildcard contrib/50.option/*.scm)
CONTRIB_TESTS += test-option
2017-03-22 10:59:22 -04:00
test-option: $(TEST_RUNNER)
2015-07-19 02:12:49 -04:00
for test in `ls contrib/50.option/t/*.scm`; do \
2017-03-22 10:59:22 -04:00
./$(TEST_RUNNER) "$$test"; \
2015-07-19 02:12:49 -04:00
done