Skip to content

Commit 73db278

Browse files
committed
Makefile: implement checks as a part of system tests targets
Signed-off-by: Erik Hollensbe <[email protected]>
1 parent e42beb7 commit 73db278

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,12 @@ unit-test-centos: stop clean
8787
system-test: system-test-singlehost system-test-multihost
8888

8989
# the `make stop` here and below are necessary because build leaves around a VM (intentionally)
90-
system-test-singlehost: stop clean build
90+
system-test-singlehost: stop clean checks build
9191
make stop
9292
godep go test -v --timeout 30m -run "sanity" \
9393
github.com/contiv/netplugin/systemtests/singlehost
9494

95-
system-test-multihost: stop clean
95+
system-test-multihost: stop clean checks build
9696
make build stop
9797
godep go test -v --timeout 80m -run "sanity" \
9898
github.com/contiv/netplugin/systemtests/twohosts

0 commit comments

Comments
 (0)