mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-16 17:27:33 +02:00
Test is linux only
This commit is contained in:
parent
78eb2cd846
commit
cf66cf1057
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -54,7 +54,7 @@ TESTS = $(basename $(TEST_SRC))
|
||||||
all : cyclone icyc libs
|
all : cyclone icyc libs
|
||||||
|
|
||||||
test : libs $(TESTS)
|
test : libs $(TESTS)
|
||||||
icyc -p "(begin (define-syntax foo (syntax-rules () ((foo) 123))) (foo))"
|
icyc -p "(cond-expand (linux (begin (define-syntax foo (syntax-rules () ((foo) 123))) (foo))))"
|
||||||
|
|
||||||
example :
|
example :
|
||||||
cd $(EXAMPLE_DIR) ; $(MAKE)
|
cd $(EXAMPLE_DIR) ; $(MAKE)
|
||||||
|
|
Loading…
Add table
Reference in a new issue