
.PHONY: test check

check: test

test:
	for f in t-*.scm; do \
	  csi -script $$f; \
	done
