summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorlinweibin <linweibin1@huawei.com>2018-11-09 10:45:54 +0800
committerlinweibin <linweibin1@huawei.com>2018-11-09 19:25:59 +0800
commit5d4c07def1088bb8f924093f966397085e710077 (patch)
tree7476e1dd1ab6199a2743c9a01bd4c30348e4d239 /Makefile
parentMerge pull request #9 from m1093782566/fix-jpg (diff)
downloadkubeedge-5d4c07def1088bb8f924093f966397085e710077.tar.gz
add hack/verify.sh and add verify in Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b59802996..1e36da6ab 100644
--- a/Makefile
+++ b/Makefile
@@ -15,3 +15,7 @@ endif
test:
find ${TEST_DIR} -name "*_test.go"|xargs -i dirname {}|uniq|xargs -i go test ${T} {}
+# verify
+.PHONY: verify
+verify:
+ bash -x hack/verify.sh