diff --git a/Makefile b/Makefile index 9bfbe5d39..0900b39e0 100644 --- a/Makefile +++ b/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: