Add tests.
This commit is contained in:
parent
46f2ea0760
commit
4067699b9b
2 changed files with 4 additions and 1 deletions
2
debian/control
vendored
2
debian/control
vendored
|
@ -1,6 +1,6 @@
|
|||
Rules-Requires-Root: no
|
||||
Standards-Version: 4.5.1
|
||||
Build-Depends: debhelper-compat (= 12), dh-sequence-python3, python3-all
|
||||
Build-Depends: debhelper-compat (= 12), dh-sequence-python3, python3-all, python3-setuptools
|
||||
Source: python-ognibuild
|
||||
Priority: optional
|
||||
Section: python
|
||||
|
|
3
debian/tests/control
vendored
Normal file
3
debian/tests/control
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
Test-Command: python3 setup.py test
|
||||
Depends: @
|
||||
Restrictions: allow-stderr
|
Loading…
Add table
Reference in a new issue