From 0cc6bc11f1b1c9e3c96c031fab85a1897aedc012 Mon Sep 17 00:00:00 2001 From: Aman Date: Wed, 30 Nov 2016 18:41:53 +0530 Subject: [PATCH] Add test command for dns-controller in Makefile --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index bb85197a96..8b706dbf7e 100644 --- a/Makefile +++ b/Makefile @@ -78,6 +78,7 @@ codegen: kops-gobindata test: go test k8s.io/kops/upup/pkg/... -args -v=1 -logtostderr go test k8s.io/kops/pkg/... -args -v=1 -logtostderr + go test k8s.io/kops/dns-controller/pkg/... -args -v=1 -logtostderr crossbuild: mkdir -p .build/dist/