diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 12:22:56 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 12:22:56 +0000 |
commit | 3f472a4e5ca21e3ddb13737473e636b2b11a408a (patch) | |
tree | 7db1ab317884b9f6e04b6e13737c1679879cb97a /debian/tests/control | |
parent | Adding upstream version 13.2.0. (diff) | |
download | gcc-13-debian/13.2.0-10.tar.xz gcc-13-debian/13.2.0-10.zip |
Adding debian version 13.2.0-10.debian/13.2.0-10debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/tests/control')
-rw-r--r-- | debian/tests/control | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/debian/tests/control b/debian/tests/control new file mode 100644 index 0000000..2602301 --- /dev/null +++ b/debian/tests/control @@ -0,0 +1,31 @@ +Tests: runtime-libs +Depends: apt, python3-minimal +Restrictions: allow-stderr + +Tests: libc-link +Depends: gcc-13, libc6-dev | libc-dev + +Tests: libstdcxx-link +Depends: g++-13 + +Tests: libgfortran-link +Depends: gfortran-13 + +Tests: libgo-link +Depends: gccgo-13 + +Tests: libgomp-link +Depends: gfortran-13, gcc-13 + +Tests: libgm2-link +Depends: gm2-13 + +Tests: libgnat-link +Depends: gnat-13 + +Tests: libgphobos-link +Depends: gdc-13 +Architecture: !powerpc !ppc64 !ppc64el + +Tests: shlib-build +Depends: gcc-13, libc6-dev | libc-dev |