Kaydet (Commit) 4cc2c691 authored tarafından Miklos Vajna's avatar Miklos Vajna

sw/qa/extras: link to libxml2 in all tests

Change-Id: I6355b17042a42d44c7086f54b3efc6ba4d0c5d55
üst 6713b8d3
......@@ -37,6 +37,7 @@ $(eval $(call gb_CppunitTest_add_exception_objects,sw_subsequent_ooxmlexport, \
$(eval $(call gb_CppunitTest_use_libraries,sw_subsequent_ooxmlexport, \
cppu \
sal \
sw \
test \
tl \
unotest \
......@@ -45,6 +46,16 @@ $(eval $(call gb_CppunitTest_use_libraries,sw_subsequent_ooxmlexport, \
$(gb_STDLIBS) \
))
$(eval $(call gb_CppunitTest_use_externals,sw_subsequent_ooxmlexport,\
libxml2 \
))
$(eval $(call gb_CppunitTest_set_include,sw_subsequent_ooxmlexport,\
-I$(SRCDIR)/sw/inc \
-I$(SRCDIR)/sw/source/core/inc \
$$(INCLUDE) \
))
$(eval $(call gb_CppunitTest_use_api,sw_subsequent_ooxmlexport,\
offapi \
udkapi \
......
......@@ -37,6 +37,7 @@ $(eval $(call gb_CppunitTest_add_exception_objects,sw_subsequent_rtfexport, \
$(eval $(call gb_CppunitTest_use_libraries,sw_subsequent_rtfexport, \
cppu \
sal \
sw \
test \
unotest \
utl \
......@@ -44,6 +45,16 @@ $(eval $(call gb_CppunitTest_use_libraries,sw_subsequent_rtfexport, \
$(gb_STDLIBS) \
))
$(eval $(call gb_CppunitTest_use_externals,sw_subsequent_rtfexport,\
libxml2 \
))
$(eval $(call gb_CppunitTest_set_include,sw_subsequent_rtfexport,\
-I$(SRCDIR)/sw/inc \
-I$(SRCDIR)/sw/source/core/inc \
$$(INCLUDE) \
))
$(eval $(call gb_CppunitTest_use_api,sw_subsequent_rtfexport,\
offapi \
udkapi \
......
......@@ -37,6 +37,7 @@ $(eval $(call gb_CppunitTest_add_exception_objects,sw_subsequent_rtftok, \
$(eval $(call gb_CppunitTest_use_libraries,sw_subsequent_rtftok, \
cppu \
sal \
sw \
test \
unotest \
vcl \
......@@ -44,6 +45,16 @@ $(eval $(call gb_CppunitTest_use_libraries,sw_subsequent_rtftok, \
$(gb_STDLIBS) \
))
$(eval $(call gb_CppunitTest_use_externals,sw_subsequent_rtftok,\
libxml2 \
))
$(eval $(call gb_CppunitTest_set_include,sw_subsequent_rtftok,\
-I$(SRCDIR)/sw/inc \
-I$(SRCDIR)/sw/source/core/inc \
$$(INCLUDE) \
))
$(eval $(call gb_CppunitTest_use_api,sw_subsequent_rtftok,\
offapi \
udkapi \
......
......@@ -56,6 +56,16 @@ $(eval $(call gb_CppunitTest_set_include,sw_subsequent_ww8export,\
$$(INCLUDE) \
))
$(eval $(call gb_CppunitTest_use_externals,sw_subsequent_ww8export,\
libxml2 \
))
$(eval $(call gb_CppunitTest_set_include,sw_subsequent_ww8export,\
-I$(SRCDIR)/sw/inc \
-I$(SRCDIR)/sw/source/core/inc \
$$(INCLUDE) \
))
$(eval $(call gb_CppunitTest_use_api,sw_subsequent_ww8export,\
offapi \
udkapi \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment