From 7df9d921f450bb59ac961d49b38e218063983825 Mon Sep 17 00:00:00 2001 From: Jef Roosens Date: Thu, 21 Apr 2022 16:15:01 +0200 Subject: [PATCH] Add dynamic boehm compiler to tests as well --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b665d4e..5480124 100644 --- a/Makefile +++ b/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