mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-19 05:39:17 +02:00
Issue #489 - unit test for eval/begin order of args
This commit is contained in:
parent
f8555f796d
commit
de27768ee2
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -54,6 +54,7 @@ TESTS = $(basename $(TEST_SRC))
|
|||
all : cyclone icyc libs
|
||||
|
||||
test : libs $(TESTS)
|
||||
icyc -p "(begin (define-syntax foo (syntax-rules () ((foo) 123))) (foo))"
|
||||
|
||||
example :
|
||||
cd $(EXAMPLE_DIR) ; $(MAKE)
|
||||
|
|
Loading…
Add table
Reference in a new issue