Merge pull request #805 from ashetty1/issue_770

Script for generating unit tests
This commit is contained in:
Charlie Drage
2017-12-19 11:07:15 -05:00
committed by GitHub
3 changed files with 84 additions and 0 deletions
+5
View File
@@ -66,6 +66,11 @@ test-openshift:
test-cmd:
./script/test/cmd/tests.sh
# generate commandline tests
.PHONY: generate-test-cmd
gen-cmd:
./script/test/cmd/make-test.sh
# run all validation tests
.PHONY: validate
validate: gofmt vet lint