mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-15 16:57:35 +02:00
Issue #365 - Add new test file
This commit is contained in:
parent
1404d374d3
commit
bcecdd912a
2 changed files with 12 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -38,6 +38,7 @@ TEST_SRC = $(TEST_DIR)/unit-tests.scm \
|
|||
$(TEST_DIR)/base.scm \
|
||||
$(TEST_DIR)/test.scm \
|
||||
$(TEST_DIR)/threading.scm \
|
||||
$(TEST_DIR)/c-compiler-options.scm \
|
||||
$(TEST_DIR)/test-shared-queue.scm \
|
||||
$(TEST_DIR)/macro-hygiene.scm \
|
||||
$(TEST_DIR)/match-tests.scm \
|
||||
|
|
11
tests/c-compiler-options.scm
Normal file
11
tests/c-compiler-options.scm
Normal 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")
|
||||
|
Loading…
Add table
Reference in a new issue