api: split vl_api_prefix into two
[vpp.git] / Makefile
index adb0334..baf9845 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -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