aboutsummaryrefslogtreecommitdiff
path: root/tests/vm
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2022-05-16 16:58:21 +0200
committerThomas Huth <thuth@redhat.com>2022-05-18 08:54:22 +0200
commit28e7e95e6bc374262a3f03cf7b6fb7a1b3c3ebbe (patch)
treefb3d96ff3b0b7b2c2efdd44e9af519431b8eade5 /tests/vm
parent0ce9b08c10d043307d125709032a897d05c80bdd (diff)
downloadqemu-28e7e95e6bc374262a3f03cf7b6fb7a1b3c3ebbe.zip
qemu-28e7e95e6bc374262a3f03cf7b6fb7a1b3c3ebbe.tar.gz
qemu-28e7e95e6bc374262a3f03cf7b6fb7a1b3c3ebbe.tar.bz2
tests/vm: Add capstone to the NetBSD and OpenBSD VMs
The Capstone library that is shipped with NetBSD and OpenBSD works fine when compiling QEMU, so let's enable this in our build-test VMs to get a little bit more build-test coverage. Message-Id: <20220516145823.148450-2-thuth@redhat.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'tests/vm')
-rwxr-xr-xtests/vm/netbsd3
-rwxr-xr-xtests/vm/openbsd3
2 files changed, 4 insertions, 2 deletions
diff --git a/tests/vm/netbsd b/tests/vm/netbsd
index 4cc58df..45aa9a7 100755
--- a/tests/vm/netbsd
+++ b/tests/vm/netbsd
@@ -46,7 +46,8 @@ class NetBSDVM(basevm.BaseVM):
"jpeg",
"png",
- # libs: ui
+ # libs: ui
+ "capstone",
"SDL2",
"gtk3+",
"libxkbcommon",
diff --git a/tests/vm/openbsd b/tests/vm/openbsd
index dc34b27..13c8254 100755
--- a/tests/vm/openbsd
+++ b/tests/vm/openbsd
@@ -48,7 +48,8 @@ class OpenBSDVM(basevm.BaseVM):
"jpeg",
"png",
- # libs: ui
+ # libs: ui
+ "capstone",
"sdl2",
"gtk+3",
"libxkbcommon",