mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-19 05:39:17 +02:00
Bootstrap test files
This commit is contained in:
parent
ed799e4bbb
commit
909f99d1c0
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -257,7 +257,8 @@ bootstrap : icyc libs
|
|||
cp scheme/cyclone/common.c $(BOOTSTRAP_DIR)/scheme/cyclone
|
||||
cp icyc.scm $(BOOTSTRAP_DIR)
|
||||
cp icyc.c $(BOOTSTRAP_DIR)
|
||||
cp tests/unit-tests.scm $(BOOTSTRAP_DIR)
|
||||
cp tests/unit-tests.scm $(BOOTSTRAP_DIR)/tests
|
||||
cp tests/threading.scm $(BOOTSTRAP_DIR)/tests
|
||||
cp scheme/cyclone/ast.c $(BOOTSTRAP_DIR)/scheme/cyclone
|
||||
cp scheme/cyclone/cps-optimizations.c $(BOOTSTRAP_DIR)/scheme/cyclone
|
||||
cp scheme/cyclone/cps-opt-local-var-redux.scm $(BOOTSTRAP_DIR)/scheme/cyclone
|
||||
|
|
Loading…
Add table
Reference in a new issue