Add dynamic boehm compiler to tests as well

This commit is contained in:
Jef Roosens 2022-04-21 16:15:01 +02:00
parent 1b1b9d2edd
commit 7df9d921f4
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB

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