From c1bc0a71920fa3f8884cd5066b026570982c66e9 Mon Sep 17 00:00:00 2001 From: Yiqiao Pu Date: Fri, 16 Nov 2018 11:19:37 +0800 Subject: Add a rule to compile system test in Makefile Signed-off-by: Yiqiao Pu --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3-54-g00ecf