]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
tests: Add testutilsqemu dependency for qemucaps2xmltest
authorAndrea Bolognani <abologna@redhat.com>
Wed, 6 Mar 2019 17:21:31 +0000 (18:21 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Wed, 13 Mar 2019 10:07:07 +0000 (11:07 +0100)
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@redhat.com>
Acked-by: Peter Krempa <pkrempa@redhat.com>
tests/Makefile.am
tests/qemucaps2xmltest.c

index d9fe65ad4e9a3e9775ac27f7b79236c521bd2f08..a7f1b39a5e26a18e43de084e90a883417aa8dc09 100644 (file)
@@ -643,6 +643,7 @@ qemucommandutiltest_LDADD = libqemumonitortestutils.la \
 qemucaps2xmltest_SOURCES = \
        qemucaps2xmltest.c \
        testutils.c testutils.h \
+       testutilsqemu.c testutilsqemu.h \
        $(NULL)
 qemucaps2xmltest_LDADD = $(qemu_LDADDS) $(LDADDS)
 
index 76775a81c228464471f3c1245c462318a593b197..49e899c0c19d77c69d74e13100e2cdfbd1c5c0d4 100644 (file)
@@ -19,6 +19,7 @@
 #include <config.h>
 
 #include "testutils.h"
+#include "testutilsqemu.h"
 #include "qemu/qemu_capabilities.h"