From: Laine Stump Date: Wed, 26 Jun 2013 05:45:43 +0000 (-0400) Subject: test: include qemuhotplugtest data files in source rpm X-Git-Tag: v1.1.0-rc2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec30f0f7bfcf8e86159719ee7f7b791296590ecd;p=thirdparty%2Flibvirt.git test: include qemuhotplugtest data files in source rpm commit 0fc12bca added a new test called qemuhotplugtest which has several data files in tests/qemuhotplugtestdata, but didn't add that directory to EXTRA_DIST in the tests Makefile.am, so the make check done during a make rpm was failing due to missing data files. --- diff --git a/tests/Makefile.am b/tests/Makefile.am index a019eb99b3..4c49151411 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -80,6 +80,7 @@ EXTRA_DIST = \ nwfilterxml2xmlout \ oomtrace.pl \ qemuhelpdata \ + qemuhotplugtestdata \ qemuxml2argvdata \ qemuxml2xmloutdata \ qemuxmlnsdata \