Add test command for dns-controller in Makefile

This commit is contained in:
Aman 2016-11-30 18:41:53 +05:30
parent df559874bf
commit 0cc6bc11f1
No known key found for this signature in database
GPG Key ID: EB978C0392F7CBCC
1 changed files with 1 additions and 0 deletions

View File

@ -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/