Fix `test` make target to run all tests (#1034)
This commit is contained in:
parent
402171f148
commit
ebd0a9a5b9
2
Makefile
2
Makefile
|
@ -18,7 +18,7 @@ install:
|
|||
# - run all the unit tests: make test
|
||||
# - run some particular test: make test TEST_ARGS="-run TestAccLibvirtDomain_Cpu"
|
||||
test:
|
||||
go test -v $(TEST_ARGS_DEF) $(TEST_ARGS) ./libvirt
|
||||
go test -v $(TEST_ARGS_DEF) $(TEST_ARGS) ./libvirt/...
|
||||
|
||||
# acceptance tests
|
||||
# usage:
|
||||
|
|
Loading…
Reference in New Issue