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/fedora | |
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/fedora')
-rwxr-xr-x | tests/vm/fedora | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/vm/fedora b/tests/vm/fedora index 4d7d6049f4..4843b4175e 100755 --- a/tests/vm/fedora +++ b/tests/vm/fedora @@ -53,7 +53,10 @@ class FedoraVM(basevm.BaseVM): # libs: audio '"pkgconfig(libpulse)"', '"pkgconfig(alsa)"', - ] + + # libs: migration + '"pkgconfig(libzstd)"', +] BUILD_SCRIPT = """ set -e; |