diff options
author | Juan Quintela | 2019-12-17 21:15:24 +0100 |
---|---|---|
committer | Juan Quintela | 2020-02-28 09:24:43 +0100 |
commit | 3a67848134d0c07da49033f9ed08bf0ddeec0c6d (patch) | |
tree | 4b3d25585beef6ccb244de9546a5472fe5521a13 /tests/vm/openbsd | |
parent | multifd: Add zlib compression multifd support (diff) | |
download | qemu-3a67848134d0c07da49033f9ed08bf0ddeec0c6d.tar.gz qemu-3a67848134d0c07da49033f9ed08bf0ddeec0c6d.tar.xz qemu-3a67848134d0c07da49033f9ed08bf0ddeec0c6d.zip |
configure: Enable test and libs for zstd
Add it to several build systems to make testing good.
Signed-off-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Diffstat (limited to 'tests/vm/openbsd')
-rwxr-xr-x | tests/vm/openbsd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/vm/openbsd b/tests/vm/openbsd index 22cd9513dd..ab6abbedab 100755 --- a/tests/vm/openbsd +++ b/tests/vm/openbsd @@ -51,6 +51,9 @@ class OpenBSDVM(basevm.BaseVM): "sdl2", "gtk+3", "libxkbcommon", + + # libs: migration + "zstd", ] BUILD_SCRIPT = """ |