mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-14 00:07:36 +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
|
||||
|
||||
.PHONY: test
|
||||
test: $(TESTFILES) $(CYCLONE)
|
||||
$(foreach f,$(TESTSCM), echo tests/$(f) ; ./cyclone tests/$(f).scm && tests/$(f) && rm -rf tests/$(f);)
|
||||
test: $(TESTFILES) $(CYCLONE) $(COBJECTS)
|
||||
$(foreach f,$(TESTSCM), echo tests/$(f) ; ./cyclone -A . tests/$(f).scm && tests/$(f) && rm -rf tests/$(f);)
|
||||
|
||||
.PHONY: tags
|
||||
tags:
|
||||
|
|
Loading…
Add table
Reference in a new issue