summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 144e54528..2511ffcd7 100644
--- a/Makefile
+++ b/Makefile
@@ -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