.github
debian
changelog
compat
control
rules
vppcfg.service
docs
vppcfg
.gitignore
.pylintrc
LICENSE
Makefile
README.md
setup.py
Enabling the unit tests as part of the pip and debian builds. Signed-off-by: Ray Kinsella <mdr@ashroe.eu>
5 lines
82 B
Makefile
Executable File
5 lines
82 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
%:
|
|
dh $@ --with python3 --buildsystem=pybuild --with systemd
|