From: Michal Privoznik Date: Wed, 18 Jan 2017 10:42:59 +0000 (+0100) Subject: tests: Distribute qemuhotplugtestcpus X-Git-Tag: CVE-2017-2635~282 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1cbcbd3746882ca104116da5a9fb8cf4de711f25;p=thirdparty%2Flibvirt.git tests: Distribute qemuhotplugtestcpus Starting from a245abce436f4f333 another set of tests for qemuhotplugtest has been introduced. This time for vcpu hotplug. However, the test data (which live in qemuhotplugtestcpus dir) are not being distributed properly. Signed-off-by: Michal Privoznik --- diff --git a/tests/Makefile.am b/tests/Makefile.am index c7d4748174..87197841b6 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -121,6 +121,7 @@ EXTRA_DIST = \ qemucapabilitiesdata \ qemucaps2xmldata \ qemuhelpdata \ + qemuhotplugtestcpus \ qemuhotplugtestdevices \ qemuhotplugtestdomains \ qemumonitorjsondata \