Test is linux only

This commit is contained in:
Justin Ethier 2022-07-21 22:10:02 -04:00
parent 78eb2cd846
commit cf66cf1057

View file

@ -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)