mirror of
https://github.com/davidallendj/configurator.git
synced 2025-12-20 03:27:02 -07:00
Made building pluging and executable prereqs for test rule
This commit is contained in:
parent
dcff41dd43
commit
be9db173a3
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue