diff options
Diffstat (limited to '')
-rw-r--r-- | debian/tests/control | 3 | ||||
-rw-r--r-- | debian/tests/python3-testsuite | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/debian/tests/control b/debian/tests/control new file mode 100644 index 0000000..df7ba01 --- /dev/null +++ b/debian/tests/control @@ -0,0 +1,3 @@ +Tests: python3-testsuite +Depends: python3-tdb, python3 +Restrictions: allow-stderr diff --git a/debian/tests/python3-testsuite b/debian/tests/python3-testsuite new file mode 100644 index 0000000..bac849b --- /dev/null +++ b/debian/tests/python3-testsuite @@ -0,0 +1,2 @@ +#!/bin/sh -e +python3 ${0%/*}/../../python/tests/simple.py |