aboutsummaryrefslogtreecommitdiff
path: root/tests/vm
diff options
context:
space:
mode:
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",