forked from vieter-v/vieter
Add dynamic boehm compiler to tests as well
This commit is contained in:
parent
1b1b9d2edd
commit
7df9d921f4
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -66,7 +66,7 @@ vet:
|
||||||
|
|
||||||
.PHONY: test
|
.PHONY: test
|
||||||
test:
|
test:
|
||||||
$(V) test $(SRC_DIR)
|
$(V) -d dynamic_boehm test $(SRC_DIR)
|
||||||
|
|
||||||
# Build & patch the V compiler
|
# Build & patch the V compiler
|
||||||
.PHONY: v
|
.PHONY: v
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue