[libvirt] [PATCH 6/8] tests: Add testutilsqemu dependency for qemucaps2xmltest

Andrea Bolognani abologna at redhat.com
Thu Mar 7 15:44:35 UTC 2019


We're not using any of the functionality offered by the
module at the moment, but we will in just a second.

Signed-off-by: Andrea Bolognani <abologna at redhat.com>
---
 tests/Makefile.am        | 1 +
 tests/qemucaps2xmltest.c | 1 +
 2 files changed, 2 insertions(+)

diff --git a/tests/Makefile.am b/tests/Makefile.am
index 72f0420bab..46fa50cc0a 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -639,6 +639,7 @@ qemucommandutiltest_LDADD = libqemumonitortestutils.la \
 qemucaps2xmltest_SOURCES = \
 	qemucaps2xmltest.c \
 	testutils.c testutils.h \
+	testutilsqemu.c testutilsqemu.h \
 	$(NULL)
 qemucaps2xmltest_LDADD = $(qemu_LDADDS) $(LDADDS)
 
diff --git a/tests/qemucaps2xmltest.c b/tests/qemucaps2xmltest.c
index 4f9cfc459e..dff4e2a884 100644
--- a/tests/qemucaps2xmltest.c
+++ b/tests/qemucaps2xmltest.c
@@ -19,6 +19,7 @@
 #include <config.h>
 
 #include "testutils.h"
+#include "testutilsqemu.h"
 #include "qemu/qemu_capabilities.h"
 
 
-- 
2.20.1




More information about the libvir-list mailing list