Made building pluging and executable prereqs for test rule

This commit is contained in:
David Allen 2024-08-01 16:40:28 -06:00
parent dcff41dd43
commit be9db173a3
No known key found for this signature in database
GPG key ID: 717C593FF60A2ACC

View file

@ -48,5 +48,5 @@ clean:
# run all of the unit tests # run all of the unit tests
.PHONY: test .PHONY: test
test: test: $(prog) $(plugin_binaries)
go test ./tests/generate_test.go --tags=all go test ./tests/generate_test.go --tags=all