diff options
author | Yiqiao Pu <ypu@redhat.com> | 2018-11-16 11:19:37 +0800 |
---|---|---|
committer | Yiqiao Pu <ypu@redhat.com> | 2018-11-16 11:19:37 +0800 |
commit | c1bc0a71920fa3f8884cd5066b026570982c66e9 (patch) | |
tree | 228b790b0a4dd0a459dd85ca1b71577acec61230 /Makefile | |
parent | aaa31bbb1a23c4cce6e4666821b8ca4f461b63e4 (diff) | |
download | podman-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-- | 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 |