summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorYiqiao Pu <ypu@redhat.com>2018-11-16 11:19:37 +0800
committerYiqiao Pu <ypu@redhat.com>2018-11-16 11:19:37 +0800
commitc1bc0a71920fa3f8884cd5066b026570982c66e9 (patch)
tree228b790b0a4dd0a459dd85ca1b71577acec61230 /Makefile
parentaaa31bbb1a23c4cce6e4666821b8ca4f461b63e4 (diff)
downloadpodman-c1bc0a71920fa3f8884cd5066b026570982c66e9.tar.gz
podman-c1bc0a71920fa3f8884cd5066b026570982c66e9.tar.bz2
podman-c1bc0a71920fa3f8884cd5066b026570982c66e9.zip
Add a rule to compile system test in Makefile
Signed-off-by: Yiqiao Pu <ypu@redhat.com>
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