mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Add SRFI 128 tests
This commit is contained in:
parent
cc54f393af
commit
36252090d3
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -36,6 +36,7 @@ TEST_SRC = $(TEST_DIR)/unit-tests.scm \
|
|||
$(TEST_DIR)/srfi-28-tests.scm \
|
||||
$(TEST_DIR)/srfi-60-tests.scm \
|
||||
$(TEST_DIR)/srfi-121-tests.scm \
|
||||
$(TEST_DIR)/srfi-128-162-tests.scm \
|
||||
$(TEST_DIR)/srfi-143-tests.scm
|
||||
TESTS = $(basename $(TEST_SRC))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue