hack: add test target

Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
This commit is contained in:
Tonis Tiigi
2019-03-22 18:52:36 -07:00
parent 252ab3e103
commit 5593257c38
4 changed files with 62 additions and 2 deletions

View File

@@ -14,10 +14,13 @@ install: binaries
lint:
./hack/lint
test:
./hack/test
validate-vendor:
./hack/validate-vendor
validate-all: lint validate-vendor
validate-all: lint test validate-vendor
vendor:
./hack/update-vendor