diff options
author | Paul Vinciguerra <pvinci@vinciconsulting.com> | 2019-07-31 00:34:05 -0400 |
---|---|---|
committer | Ole Troan <ot@cisco.com> | 2019-09-18 11:40:17 +0200 |
commit | 4bf849043d6ffc1d3d43e65f381e310f425d01f7 (patch) | |
tree | 75ecd80ecda3ac34dea731720d90065b23773dc7 /Makefile | |
parent | c63c0166ee5a4e23cb286a97ae4f196f2020e3fa (diff) |
vppapigen: fix tests and run on verify
- changes vppapigen to only process an import once.
Type: fix
Change-Id: Ifcbcfcc69fdfb80d63195a17701762d0c239d7b4
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
Signed-off-by: Ole Troan <ot@cisco.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -623,6 +623,8 @@ endif verify: pkg-verify ifeq ($(OS_ID)-$(OS_VERSION_ID),ubuntu-18.04) + $(call banner,"Testing vppapigen") + @src/tools/vppapigen/test_vppapigen.py $(call banner,"Running tests") @make COMPRESS_FAILED_TEST_LOGS=yes RETRIES=3 test endif |