Skip to content

Commit

Permalink
make: wire up internal/valtools
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleam committed Aug 13, 2024
1 parent b971042 commit 411c718
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 411c718

Please sign in to comment.