mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-13 07:47:39 +02:00
Add new unit tests
This commit is contained in:
parent
586824522e
commit
e3b582e936
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -25,6 +25,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)/test-shared-queue.scm \
|
||||
$(TEST_DIR)/macro-hygiene.scm \
|
||||
$(TEST_DIR)/match-tests.scm \
|
||||
$(TEST_DIR)/srfi-28-tests.scm \
|
||||
|
|
Loading…
Add table
Reference in a new issue