Issue #365 - Add new test file

This commit is contained in:
Justin Ethier 2022-06-26 18:51:38 -04:00
parent 1404d374d3
commit bcecdd912a
2 changed files with 12 additions and 0 deletions

View file

@ -38,6 +38,7 @@ TEST_SRC = $(TEST_DIR)/unit-tests.scm \
$(TEST_DIR)/base.scm \ $(TEST_DIR)/base.scm \
$(TEST_DIR)/test.scm \ $(TEST_DIR)/test.scm \
$(TEST_DIR)/threading.scm \ $(TEST_DIR)/threading.scm \
$(TEST_DIR)/c-compiler-options.scm \
$(TEST_DIR)/test-shared-queue.scm \ $(TEST_DIR)/test-shared-queue.scm \
$(TEST_DIR)/macro-hygiene.scm \ $(TEST_DIR)/macro-hygiene.scm \
$(TEST_DIR)/match-tests.scm \ $(TEST_DIR)/match-tests.scm \

View file

@ -0,0 +1,11 @@
(import (scheme base)
(scheme write)
(cyclone foreign))
;(c-linker-options "-I/tmp")
(c-compiler-options "-I/tmp")
;(define c-compiler-options list)
;(c-linker-options "-I/tmp")
(display "hello")