From: Michal Privoznik Date: Wed, 15 Apr 2015 08:09:52 +0000 (+0200) Subject: tests: Add virnetdevtestdata to EXTRA_DIST X-Git-Tag: v1.2.13.2~22 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a7ee1d068efb40fa2851ad235a01ef66b1c800f0;p=thirdparty%2Flibvirt.git tests: Add virnetdevtestdata to EXTRA_DIST In one of my previous commits (49ed6cff9) I've introduced a test among with some files stored under virnetdevtestdata folder. While this works perfectly within a git tree, the folder was not getting into .tar.gz and therefore the dist-check would fail. Signed-off-by: Michal Privoznik (cherry picked from commit 598f3fddbc0a9e9c16bb0554ff1481d3250c7d00) --- diff --git a/tests/Makefile.am b/tests/Makefile.am index 2dd00882f6..3af12b62b1 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -132,6 +132,7 @@ EXTRA_DIST = \ vboxsnapshotxmldata \ virsh-uriprecedence \ virfiledata \ + virnetdevtestdata \ virpcitestdata \ virscsidata \ virusbtestdata \