From 3a67848134d0c07da49033f9ed08bf0ddeec0c6d Mon Sep 17 00:00:00 2001 From: Juan Quintela Date: Tue, 17 Dec 2019 21:15:24 +0100 Subject: configure: Enable test and libs for zstd Add it to several build systems to make testing good. Signed-off-by: Juan Quintela Reviewed-by: Dr. David Alan Gilbert --- tests/vm/fedora | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tests/vm/fedora') 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; -- cgit v1.2.3