summaryrefslogtreecommitdiff
path: root/debian/tests/control
diff options
context:
space:
mode:
authorPicca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>2018-08-03 13:58:11 +0200
committerPicca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>2018-08-03 14:08:43 +0200
commit530cfffd5c0abccadb0d875d5561a9f0e425c298 (patch)
tree701845495bff5aa1de38913624fee2401318d03d /debian/tests/control
parent302d3bcf3ef555284ce1bcf5cd7cd371addfa608 (diff)
Added AutoPkgTests
Diffstat (limited to 'debian/tests/control')
-rw-r--r--debian/tests/control11
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/tests/control b/debian/tests/control
new file mode 100644
index 0000000..b1a8732
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,11 @@
+Tests: python2
+Depends: python-silx, python-all
+
+Tests: python2-dbg
+Depends: python-silx-dbg, python-all-dbg
+
+Tests: python3
+Depends: python3-silx, pyfai, python3-all
+
+Tests: python3-dbg
+Depends: python3-silx-dbg, python3-all-dbg \ No newline at end of file