diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-05 17:46:10 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-05 17:46:10 +0000 |
commit | 5f3dfa0191c256c769a27cda0de962eadb849fdd (patch) | |
tree | c781abc701e92e804c26889f35ea072cd4b09c93 /debian/tests | |
parent | Adding upstream version 1.4.8. (diff) | |
download | tdb-5f3dfa0191c256c769a27cda0de962eadb849fdd.tar.xz tdb-5f3dfa0191c256c769a27cda0de962eadb849fdd.zip |
Adding debian version 1.4.8-2.debian/1.4.8-2debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/tests')
-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 |