diff options
author | Helmut Grohne <helmut@subdivi.de> | 2023-02-01 16:45:09 +0100 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2023-02-01 16:45:09 +0100 |
commit | 5eb5c04accecc1667669b8605d1c3c478d3c2df9 (patch) | |
tree | bcdbd1d5cfb5004cfc98f68c84e449ec2ff6656c /debian/tests/control | |
parent | bd28ae6dde402fcc6c23f83bd0844518c60a5c70 (diff) | |
download | debvm-5eb5c04accecc1667669b8605d1c3c478d3c2df9.tar.gz |
debian: add qemu as test trigger
It's only a trigger for s390x yet, due to being a dependency of debvm
otherwise.
Diffstat (limited to 'debian/tests/control')
-rw-r--r-- | debian/tests/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/tests/control b/debian/tests/control index 99a5408..1ea115d 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -8,5 +8,5 @@ Architecture: amd64 arm64 i386 mips64el mipsel ppc64el riscv64 s390x Features: test-name=hint-testsuite-triggers Test-Command: false -Depends: linux-image-cloud-amd64 [amd64], linux-image-cloud-arm64 [arm64], linux-image-armmp [armhf], linux-image-5kc-malta [mips64el], linux-image-4kc-malta [mipsel], linux-image-powerpc64le [ppc64el], linux-image-s390x [s390x] +Depends: linux-image-cloud-amd64 [amd64], linux-image-cloud-arm64 [arm64], linux-image-armmp [armhf], linux-image-5kc-malta [mips64el], linux-image-4kc-malta [mipsel], linux-image-powerpc64le [ppc64el], linux-image-s390x [s390x], qemu-system Restrictions: hint-testsuite-triggers |