[Libguestfs] [PATCH] tests: change noinst to check

Olaf Hering olaf at aepfle.de
Mon Aug 19 17:28:18 UTC 2013


This change avoids the hard requirement for qemu-tools during package
build.

Signed-off-by: Olaf Hering <olaf at aepfle.de>
---

The current OPTGROUP_SD_JOURNAL_NOT_AVAILABLE failure blocks a complete build for me,
I think the build got past the point of the failure fixed by this patch.

 tests/data/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/data/Makefile.am b/tests/data/Makefile.am
index 03315de..5aa3219 100644
--- a/tests/data/Makefile.am
+++ b/tests/data/Makefile.am
@@ -82,7 +82,7 @@ images_files_build = \
 	initrd-x86_64.img.gz \
 	test-grep.txt.gz
 
-noinst_DATA = $(images_files_build) test.iso
+check_DATA = $(images_files_build) test.iso
 
 CLEANFILES = $(images_files_build) test.iso
 




More information about the Libguestfs mailing list