summaryrefslogtreecommitdiff
path: root/debian/tests/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/tests/control')
-rw-r--r--debian/tests/control24
1 files changed, 24 insertions, 0 deletions
diff --git a/debian/tests/control b/debian/tests/control
new file mode 100644
index 0000000..95c77af
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,24 @@
+Tests: runtime-libs
+Depends: apt, python3-minimal
+Restrictions: allow-stderr
+
+Tests: libc-link
+Depends: gcc-9, libc6-dev | libc-dev
+
+Tests: libstdcxx-link
+Depends: g++-9
+
+Tests: libgfortran-link
+Depends: gfortran-9
+
+Tests: libgo-link
+Depends: gccgo-9
+
+Tests: libgomp-link
+Depends: gfortran-9, gcc-9
+
+Tests: libgnat-link
+Depends: gnat-9
+
+Tests: shlib-build
+Depends: gcc-9, libc6-dev | libc-dev