diff options
author | Miklos Vajna <vmiklos@suse.cz> | 2012-06-21 17:10:17 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@suse.cz> | 2012-06-21 17:17:47 +0200 |
commit | 4cc2c691a93ec1ada687ad49ba2dd9665d52a3a3 (patch) | |
tree | e0f79135f80315935a32f68fe9bf8ef1e950f96f /sw | |
parent | 6713b8d3ecd14293ecc6ba1f37a7a77f8a1cdea0 (diff) |
sw/qa/extras: link to libxml2 in all tests
Change-Id: I6355b17042a42d44c7086f54b3efc6ba4d0c5d55
Diffstat (limited to 'sw')
-rw-r--r-- | sw/CppunitTest_sw_subsequent_ooxmlexport.mk | 11 | ||||
-rw-r--r-- | sw/CppunitTest_sw_subsequent_rtfexport.mk | 11 | ||||
-rw-r--r-- | sw/CppunitTest_sw_subsequent_rtftok.mk | 11 | ||||
-rw-r--r-- | sw/CppunitTest_sw_subsequent_ww8export.mk | 10 |
4 files changed, 43 insertions, 0 deletions
diff --git a/sw/CppunitTest_sw_subsequent_ooxmlexport.mk b/sw/CppunitTest_sw_subsequent_ooxmlexport.mk index be819735b687..531e0b53dac2 100644 --- a/sw/CppunitTest_sw_subsequent_ooxmlexport.mk +++ b/sw/CppunitTest_sw_subsequent_ooxmlexport.mk @@ -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 \ diff --git a/sw/CppunitTest_sw_subsequent_rtfexport.mk b/sw/CppunitTest_sw_subsequent_rtfexport.mk index 3943f7ebf6c6..e55af88b6aa6 100644 --- a/sw/CppunitTest_sw_subsequent_rtfexport.mk +++ b/sw/CppunitTest_sw_subsequent_rtfexport.mk @@ -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 \ diff --git a/sw/CppunitTest_sw_subsequent_rtftok.mk b/sw/CppunitTest_sw_subsequent_rtftok.mk index 1c9da96ee922..220775636518 100644 --- a/sw/CppunitTest_sw_subsequent_rtftok.mk +++ b/sw/CppunitTest_sw_subsequent_rtftok.mk @@ -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 \ diff --git a/sw/CppunitTest_sw_subsequent_ww8export.mk b/sw/CppunitTest_sw_subsequent_ww8export.mk index 57a1faf1cac4..d46fdfb9ef6e 100644 --- a/sw/CppunitTest_sw_subsequent_ww8export.mk +++ b/sw/CppunitTest_sw_subsequent_ww8export.mk @@ -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 \ |