diff options
| author | Pavan Kumar D <dasaradhipavan457@gmail.com> | 2019-01-09 14:04:05 +0530 |
|---|---|---|
| committer | Pavan Kumar D <dasaradhipavan457@gmail.com> | 2019-01-17 23:54:11 +0530 |
| commit | 8287475db9965544349164d7d3b2352a5e757f03 (patch) | |
| tree | fb1fcde3e3945ba5022b17339d923f0fa612812f /Makefile | |
| parent | Merge pull request #86 from lidiyag/master (diff) | |
| download | kubeedge-8287475db9965544349164d7d3b2352a5e757f03.tar.gz | |
Edge SDV code commit
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 + |
