Add dynamic boehm compiler to tests as well
This commit is contained in:
parent
5ee6d553ac
commit
16151643e6
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -66,7 +66,7 @@ vet:
|
|||
|
||||
.PHONY: test
|
||||
test:
|
||||
$(V) test $(SRC_DIR)
|
||||
$(V) -d dynamic_boehm test $(SRC_DIR)
|
||||
|
||||
# Build & patch the V compiler
|
||||
.PHONY: v
|
||||
|
|
|
|||
Reference in a new issue