[libvirt] [PATCH] tests: Distribute virnetserverdata

Michal Privoznik mprivozn at redhat.com
Fri Jun 12 07:51:17 UTC 2015


Fairly recently we've introduced virnetservertest. This test has some
input data stored under tests/virnetserverdata which unfortunately was
not distributed among with the test. Therefore 'make distcheck'
failed. Fix this by adding the directory into EXTRA_DIST.

Signed-off-by: Michal Privoznik <mprivozn at redhat.com>
---
Pushed under trivial and build-breaker rules.

 tests/Makefile.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/Makefile.am b/tests/Makefile.am
index c9e2c8a..b3a0e4b 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -138,6 +138,7 @@ EXTRA_DIST =		\
 	vircgroupdata \
 	virfiledata \
 	virnetdevtestdata \
+	virnetserverdata \
 	virpcitestdata \
 	virscsidata \
 	virusbtestdata \
-- 
2.3.6




More information about the libvir-list mailing list