Fix Makefile and one test for correct behavior.

This commit is contained in:
Doug Currie 2015-12-27 23:54:56 -05:00
parent 7433d157a3
commit b4661db982
2 changed files with 4 additions and 1 deletions

View File

@ -75,7 +75,9 @@ test-nostdlib:
test-issue: test-picrin-issue test-repl-issue
test-picrin-issue: $(TEST_RUNNER) $(PICRIN_ISSUE_TESTS)
$(TEST_RUNNER) $(PICRIN_ISSUE_TESTS)
for test in $(PICRIN_ISSUE_TESTS); do \
$(TEST_RUNNER) "$$test"; \
done
test-repl-issue: $(REPL_ISSUE_TESTS)

View File

@ -1,4 +1,5 @@
(import (scheme base)
(scheme write)
(picrin test))
(test-begin)