summaryrefslogtreecommitdiffstats
path: root/tests/vm/haiku.x86_64
diff options
context:
space:
mode:
authorThomas Huth2022-08-24 17:11:18 +0200
committerThomas Huth2022-08-29 15:28:51 +0200
commit0026be1d0f836ee899b47c6b925fdfc9baa9fd2f (patch)
treefb377b637edd2820565c35b405cbae378cc1b913 /tests/vm/haiku.x86_64
parenttests/qtest: prom-env-test: Use double quotes to pass the prom-env option (diff)
downloadqemu-0026be1d0f836ee899b47c6b925fdfc9baa9fd2f.tar.gz
qemu-0026be1d0f836ee899b47c6b925fdfc9baa9fd2f.tar.xz
qemu-0026be1d0f836ee899b47c6b925fdfc9baa9fd2f.zip
tests/vm: Add libslirp to the VM tests
We are going to remove the slirp submodule from the QEMU repository, so we should make sure to install the distro's libslirp to get the same test coverage as before in the VMs. Message-Id: <20220824151122.704946-3-thuth@redhat.com> Acked-by: Samuel Thibault <samuel.thibault@ens-lyon.org> Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'tests/vm/haiku.x86_64')
-rwxr-xr-xtests/vm/haiku.x86_643
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/vm/haiku.x86_64 b/tests/vm/haiku.x86_64
index 936f7d2ae2..29668bc272 100755
--- a/tests/vm/haiku.x86_64
+++ b/tests/vm/haiku.x86_64
@@ -71,6 +71,7 @@ class HaikuVM(basevm.BaseVM):
"devel:libpixman_1",
"devel:libpng16",
"devel:libsdl2_2.0",
+ "devel:libslirp",
"devel:libsnappy",
"devel:libssh2",
"devel:libtasn1",
@@ -89,7 +90,7 @@ class HaikuVM(basevm.BaseVM):
mkdir -p /usr/bin
ln -s /boot/system/bin/env /usr/bin/env
cd ../build
- ../src/configure --disable-slirp {configure_opts};
+ ../src/configure {configure_opts};
make --output-sync -j{jobs} {target} {verbose};
"""