mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 17:34:18 +03:00
tests: Add testutilsqemu dependency for qemucaps2xmltest
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>
This commit is contained in:
parent
ad340f225a
commit
6000bd1342
@ -643,6 +643,7 @@ qemucommandutiltest_LDADD = libqemumonitortestutils.la \
|
|||||||
qemucaps2xmltest_SOURCES = \
|
qemucaps2xmltest_SOURCES = \
|
||||||
qemucaps2xmltest.c \
|
qemucaps2xmltest.c \
|
||||||
testutils.c testutils.h \
|
testutils.c testutils.h \
|
||||||
|
testutilsqemu.c testutilsqemu.h \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
qemucaps2xmltest_LDADD = $(qemu_LDADDS) $(LDADDS)
|
qemucaps2xmltest_LDADD = $(qemu_LDADDS) $(LDADDS)
|
||||||
|
|
||||||
|
@ -19,6 +19,7 @@
|
|||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
#include "testutils.h"
|
#include "testutils.h"
|
||||||
|
#include "testutilsqemu.h"
|
||||||
#include "qemu/qemu_capabilities.h"
|
#include "qemu/qemu_capabilities.h"
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user