diff options
Diffstat (limited to 'debian/tests/control')
-rw-r--r-- | debian/tests/control | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/tests/control b/debian/tests/control new file mode 100644 index 0000000..bd79058 --- /dev/null +++ b/debian/tests/control @@ -0,0 +1,11 @@ +Test-Command: set -e ; cd "$AUTOPKGTEST_TMP" ; python3 -c "import ixion; print(ixion)" +Depends: + python3, + python3-ixion, + +Tests: unit +Depends: + libixion-0.18-0, + python3-ixion, + @builddeps@, +Restrictions: build-needed, rw-build-tree |