Fix Makefile and one test for correct behavior.
This commit is contained in:
parent
7433d157a3
commit
b4661db982
4
Makefile
4
Makefile
|
@ -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)
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
(import (scheme base)
|
||||
(scheme write)
|
||||
(picrin test))
|
||||
|
||||
(test-begin)
|
||||
|
|
Loading…
Reference in New Issue