diff options
author | Ed Warnicke <eaw@cisco.com> | 2016-11-30 16:53:58 -0600 |
---|---|---|
committer | Ed Warnicke <eaw@cisco.com> | 2016-11-30 16:53:58 -0600 |
commit | 31a64e55c20e18b447679779e614ef804b3e0169 (patch) | |
tree | 3fc0e3e81ef14b2c091626c00ba78ca0c3758c19 | |
parent | 865d6ba8a3193f13641a824efde229d134838ff2 (diff) |
Temporarily remove make test
Change-Id: I2b8c3c99f1358c53721790f8c6aefa7123c4959d
Signed-off-by: Ed Warnicke <eaw@cisco.com>
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -344,7 +344,6 @@ verify: install-dep $(BR)/.bootstrap.ok @make -C build-root PLATFORM=vpp TAG=vpp wipe-all install-packages $(call banner,"Building for PLATFORM=vpp_lite using gcc") @make -C build-root PLATFORM=vpp_lite TAG=vpp_lite wipe-all install-packages - @make test ifeq ($(OS_ID),ubuntu) ifeq ($(OS_VERSION_ID),16.04) $(call banner,"Installing dependencies") |