提交 6c1889ed 编写于 作者: J Ján Tomko

tests: link the libxl tests with libxltestdriver.la

This lets us mock functions from the libxl driver.
Signed-off-by: NJán Tomko <jtomko@redhat.com>
Reviewed-by: NJim Fehlig <jfehlig@suse.com>
上级 e19343c3
...@@ -506,17 +506,20 @@ libxltestdriver_la_LIBADD = $(libxl_LDADDS) ...@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册