summaryrefslogtreecommitdiff
path: root/debian/tests/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/tests/control')
-rw-r--r--debian/tests/control19
1 files changed, 19 insertions, 0 deletions
diff --git a/debian/tests/control b/debian/tests/control
new file mode 100644
index 0000000..57aa319
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,19 @@
+Tests: testsuite
+Depends: build-essential, locales, python3.6-dev, libpython3.6-testsuite, python3-gdbm
+# need to turn off apport
+Restrictions: needs-root
+
+Tests: testsuite-dbg
+Depends: build-essential, locales, python3.6-dev, python3.6-dbg, libpython3.6-testsuite, python3-gdbm-dbg, gdb
+# need to turn off apport
+Restrictions: needs-root
+
+Tests: failing-tests
+Depends: build-essential, locales, python3.6-dev, libpython3.6-testsuite, python3-gdbm
+# need to turn off apport
+Restrictions: needs-root allow-stderr
+
+Tests: failing-tests-dbg
+Depends: build-essential, locales, python3.6-dev, python3.6-dbg, libpython3.6-testsuite, python3-gdbm-dbg, gdb
+# need to turn off apport
+Restrictions: needs-root allow-stderr