tests/vm: Add capstone to the NetBSD and OpenBSD VMs
authorThomas Huth <thuth@redhat.com>
Mon, 16 May 2022 14:58:21 +0000 (16:58 +0200)
committerThomas Huth <thuth@redhat.com>
Wed, 18 May 2022 06:54:22 +0000 (08:54 +0200)
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>
tests/vm/netbsd
tests/vm/openbsd

index 4cc58df130f304cf9ff2976cf1026de575e2ec57..45aa9a7fda79d6e8bae5a943c3b006c0c7bfdb1d 100755 (executable)
@@ -46,7 +46,8 @@ class NetBSDVM(basevm.BaseVM):
         "jpeg",
         "png",
 
-       # libs: ui
+        # libs: ui
+        "capstone",
         "SDL2",
         "gtk3+",
         "libxkbcommon",
index dc34b2718bed5c32700691a5364d447b848c01f5..13c825421407632f51e1e7f6f0f68c5ec9b6a581 100755 (executable)
@@ -48,7 +48,8 @@ class OpenBSDVM(basevm.BaseVM):
         "jpeg",
         "png",
 
-       # libs: ui
+        # libs: ui
+        "capstone",
         "sdl2",
         "gtk+3",
         "libxkbcommon",