mirror of
https://github.com/containers/podman.git
synced 2025-06-19 08:09:12 +08:00
Add a rule to compile system test in Makefile
Signed-off-by: Yiqiao Pu <ypu@redhat.com>
This commit is contained in:
5
Makefile
5
Makefile
@ -178,9 +178,12 @@ ginkgo:
|
|||||||
|
|
||||||
localintegration: varlink_generate test-binaries clientintegration ginkgo
|
localintegration: varlink_generate test-binaries clientintegration ginkgo
|
||||||
|
|
||||||
localsystem:
|
localsystem: .install.ginkgo .install.gomega
|
||||||
ginkgo -v -noColor test/system/
|
ginkgo -v -noColor test/system/
|
||||||
|
|
||||||
|
system.test-binary: .install.ginkgo .install.gomega
|
||||||
|
$(GO) test -c ./test/system
|
||||||
|
|
||||||
clientintegration:
|
clientintegration:
|
||||||
$(MAKE) -C contrib/python/podman integration
|
$(MAKE) -C contrib/python/podman integration
|
||||||
$(MAKE) -C contrib/python/pypodman integration
|
$(MAKE) -C contrib/python/pypodman integration
|
||||||
|
Reference in New Issue
Block a user