summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPavan Kumar D <dasaradhipavan457@gmail.com>2019-01-09 14:04:05 +0530
committerPavan Kumar D <dasaradhipavan457@gmail.com>2019-01-17 23:54:11 +0530
commit8287475db9965544349164d7d3b2352a5e757f03 (patch)
treefb1fcde3e3945ba5022b17339d923f0fa612812f /Makefile
parentMerge pull request #86 from lidiyag/master (diff)
downloadkubeedge-8287475db9965544349164d7d3b2352a5e757f03.tar.gz
Edge SDV code commit
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3f8f6cd88..460920dca 100644
--- a/Makefile
+++ b/Makefile
@@ -20,3 +20,8 @@ test:
.PHONY: verify
verify:
bash -x hack/verify.sh
+
+.PHONY: integration_test
+integration_test:
+ bash test/integration/scripts/execute.sh eventbus
+