picrin/contrib/30.random/nitro.mk

9 lines
216 B
Makefile
Raw Normal View History

2015-05-29 07:42:26 -04:00
CONTRIB_INITS += random
2015-06-19 14:42:56 -04:00
CONTRIB_SRCS += $(wildcard contrib/30.random/src/*.c)
2015-05-29 07:42:26 -04:00
CONTRIB_TESTS += test-random
test-random: bin/picrin
2015-06-19 14:42:56 -04:00
for test in `ls contrib/30.random/t/*.scm`; do \
$(TEST_RUNNER) $$test; \
2015-05-29 07:42:26 -04:00
done