Add dynamic boehm compiler to tests as well

This commit is contained in:
Jef Roosens 2022-04-21 16:15:01 +02:00
parent 5ee6d553ac
commit 16151643e6
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