From 411c71846d096634a50e6e3c307aa3e583ddc82d Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Tue, 13 Aug 2024 08:23:25 -0400 Subject: [PATCH] make: wire up internal/valtools --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 54700942..19b58b31 100644 --- a/Makefile +++ b/Makefile @@ -5,3 +5,7 @@ MAKE_HOME=${PWD} install: cd cmd/bbi; go install ${LDFLAGS} + +VT_TEST_RUNNERS = scripts/run-unit-tests +VT_TEST_RUNNERS += scripts/run-integration-tests +include internal/valtools/rules.mk