build: enable unit tests as part of build

Enabling the unit tests as part of the pip and debian builds.

Signed-off-by: Ray Kinsella <mdr@ashroe.eu>
This commit is contained in:
Ray Kinsella
2022-07-13 12:57:57 +01:00
parent fff10dba02
commit f5c31c7f39
3 changed files with 6 additions and 3 deletions

View File

@ -18,5 +18,6 @@ setup(
"vppcfg = vppcfg.vppcfg:main",
]
},
test_suite="vppcfg.config",
package_data={"vppcfg": ["*.yaml"]},
)