mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-14 08:17:35 +02:00
Issue #165 - Do make test
using local Cyclone
Use the local copy of the Cyclone executable and libraries, instead of trying to use anything installed on the system
This commit is contained in:
parent
17d819a399
commit
4bcbb2ad16
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -174,8 +174,8 @@ examples:
|
||||||
cd examples ; make
|
cd examples ; make
|
||||||
|
|
||||||
.PHONY: test
|
.PHONY: test
|
||||||
test: $(TESTFILES) $(CYCLONE)
|
test: $(TESTFILES) $(CYCLONE) $(COBJECTS)
|
||||||
$(foreach f,$(TESTSCM), echo tests/$(f) ; ./cyclone tests/$(f).scm && tests/$(f) && rm -rf tests/$(f);)
|
$(foreach f,$(TESTSCM), echo tests/$(f) ; ./cyclone -A . tests/$(f).scm && tests/$(f) && rm -rf tests/$(f);)
|
||||||
|
|
||||||
.PHONY: tags
|
.PHONY: tags
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Add table
Reference in a new issue