Add dynamic boehm compiler to tests as well

Jef Roosens 2022-04-21 16:15:01 +02:00
parent 5ee6d553ac
commit 16151643e6
Signed by: Jef Roosens
GPG Key ID: B75D4F293C7052DB
1 changed files with 1 additions and 1 deletions

View File

@ -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