mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 21:55:25 +00:00
tests: link the libxl tests with libxltestdriver.la
This lets us mock functions from the libxl driver. Signed-off-by: Ján Tomko <jtomko@redhat.com> Reviewed-by: Jim Fehlig <jfehlig@suse.com>
This commit is contained in:
parent
e19343c35d
commit
6c1889ed70
@ -506,17 +506,20 @@ libxltestdriver_la_LIBADD = $(libxl_LDADDS)
|
|||||||
xlconfigtest_SOURCES = \
|
xlconfigtest_SOURCES = \
|
||||||
xlconfigtest.c testutilsxen.c testutilsxen.h \
|
xlconfigtest.c testutilsxen.c testutilsxen.h \
|
||||||
testutils.c testutils.h
|
testutils.c testutils.h
|
||||||
xlconfigtest_LDADD =$(libxl_LDADDS)
|
xlconfigtest_LDADD = libxltestdriver.la \
|
||||||
|
$(libxl_LDADDS)
|
||||||
|
|
||||||
xmconfigtest_SOURCES = \
|
xmconfigtest_SOURCES = \
|
||||||
xmconfigtest.c testutilsxen.c testutilsxen.h \
|
xmconfigtest.c testutilsxen.c testutilsxen.h \
|
||||||
testutils.c testutils.h
|
testutils.c testutils.h
|
||||||
xmconfigtest_LDADD = $(libxl_LDADDS)
|
xmconfigtest_LDADD = libxltestdriver.la \
|
||||||
|
$(libxl_LDADDS)
|
||||||
|
|
||||||
libxlxml2domconfigtest_SOURCES = \
|
libxlxml2domconfigtest_SOURCES = \
|
||||||
libxlxml2domconfigtest.c testutilsxen.c testutilsxen.h \
|
libxlxml2domconfigtest.c testutilsxen.c testutilsxen.h \
|
||||||
testutils.c testutils.h
|
testutils.c testutils.h
|
||||||
libxlxml2domconfigtest_LDADD = $(libxl_LDADDS) $(LIBXML_LIBS)
|
libxlxml2domconfigtest_LDADD = libxltestdriver.la \
|
||||||
|
$(libxl_LDADDS) $(LIBXML_LIBS)
|
||||||
|
|
||||||
libxlmock_la_SOURCES = \
|
libxlmock_la_SOURCES = \
|
||||||
libxlmock.c
|
libxlmock.c
|
||||||
|
Loading…
Reference in New Issue
Block a user