summaryrefslogtreecommitdiffstats
path: root/tests/vm
diff options
context:
space:
mode:
authorBrad Smith2022-10-25 17:02:15 +0200
committerThomas Huth2022-10-28 09:39:21 +0200
commit8f4bcbcf110f27b3bf8b8c33b48ec321f3e136d3 (patch)
treef2199b78351c10b2fd82b0b90b7ab6a0dbd0efeb /tests/vm
parenttests/vm: update openbsd to release 7.2 (diff)
downloadqemu-8f4bcbcf110f27b3bf8b8c33b48ec321f3e136d3.tar.gz
qemu-8f4bcbcf110f27b3bf8b8c33b48ec321f3e136d3.tar.xz
qemu-8f4bcbcf110f27b3bf8b8c33b48ec321f3e136d3.zip
tests: Add sndio to the FreeBSD CI containers / VM
Add sndio to the FreeBSD CI containers / VM Signed-off-by: Brad Smith <brad@comstyle.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Reviewed-by: Warner Losh <imp@bsdimp.com> Message-Id: <Y1f6dxjvD01DtXyG@humpty.home.comstyle.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'tests/vm')
-rwxr-xr-xtests/vm/freebsd3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/vm/freebsd b/tests/vm/freebsd
index 3643fe325d..d6ff4461ba 100755
--- a/tests/vm/freebsd
+++ b/tests/vm/freebsd
@@ -66,6 +66,9 @@ class FreeBSDVM(basevm.BaseVM):
# libs: networking
"libslirp",
+
+ # libs: sndio
+ "sndio",
]
BUILD_SCRIPT = """