diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -178,9 +178,12 @@ ginkgo: localintegration: varlink_generate test-binaries clientintegration ginkgo -localsystem: +localsystem: .install.ginkgo .install.gomega ginkgo -v -noColor test/system/ +system.test-binary: .install.ginkgo .install.gomega + $(GO) test -c ./test/system + clientintegration: $(MAKE) -C contrib/python/podman integration $(MAKE) -C contrib/python/pypodman integration |