mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-12 23:37:38 +02:00
Renamed and added test cases
This commit is contained in:
parent
2c9e9e7a39
commit
df85c89195
2 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -24,6 +24,7 @@ SLDFILES = $(wildcard $(SCHEME_DIR)/*.sld) \
|
|||
COBJECTS = $(SLDFILES:.sld=.o)
|
||||
HEADERS = $(HEADER_DIR)/runtime.h $(HEADER_DIR)/types.h
|
||||
TEST_SRC = $(TEST_DIR)/unit-tests.scm \
|
||||
$(TEST_DIR)/macro-hygiene.scm \
|
||||
$(TEST_DIR)/srfi-28-tests.scm \
|
||||
$(TEST_DIR)/srfi-60-tests.scm \
|
||||
$(TEST_DIR)/srfi-121-tests.scm \
|
||||
|
|
Loading…
Add table
Reference in a new issue