mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Added new test file
This commit is contained in:
parent
2c17e66b55
commit
ed840958e9
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -25,6 +25,7 @@ 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)/match-tests.scm \
|
||||
$(TEST_DIR)/srfi-28-tests.scm \
|
||||
$(TEST_DIR)/srfi-60-tests.scm \
|
||||
$(TEST_DIR)/srfi-121-tests.scm \
|
||||
|
@ -51,6 +52,7 @@ clean :
|
|||
rm -f tests/srfi-143-tests
|
||||
rm -f tests/array-list-tests
|
||||
rm -f tests/macro-hygiene
|
||||
rm -f tests/match-tests
|
||||
|
||||
install : libs install-libs install-includes install-bin
|
||||
$(MKDIR) $(DESTDIR)$(DATADIR)
|
||||
|
|
Loading…
Add table
Reference in a new issue