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