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

let toplevel 'make -sr CppunitTest_sw_ooxmlexport' (and friends) work again

Change-Id: I610ae1d3672f76435def025bd8819780df863dbe
üst 9aab5054
...@@ -28,13 +28,13 @@ ...@@ -28,13 +28,13 @@
# instead of those above. # instead of those above.
#************************************************************************* #*************************************************************************
$(eval $(call gb_CppunitTest_CppunitTest,sw_subsequent_odfexport)) $(eval $(call gb_CppunitTest_CppunitTest,sw_odfexport))
$(eval $(call gb_CppunitTest_add_exception_objects,sw_subsequent_odfexport, \ $(eval $(call gb_CppunitTest_add_exception_objects,sw_odfexport, \
sw/qa/extras/odfexport/odfexport \ sw/qa/extras/odfexport/odfexport \
)) ))
$(eval $(call gb_CppunitTest_use_libraries,sw_subsequent_odfexport, \ $(eval $(call gb_CppunitTest_use_libraries,sw_odfexport, \
comphelper \ comphelper \
cppu \ cppu \
cppuhelper \ cppuhelper \
...@@ -48,26 +48,26 @@ $(eval $(call gb_CppunitTest_use_libraries,sw_subsequent_odfexport, \ ...@@ -48,26 +48,26 @@ $(eval $(call gb_CppunitTest_use_libraries,sw_subsequent_odfexport, \
$(gb_UWINAPI) \ $(gb_UWINAPI) \
)) ))
$(eval $(call gb_CppunitTest_use_externals,sw_subsequent_odfexport,\ $(eval $(call gb_CppunitTest_use_externals,sw_odfexport,\
boost_headers \ boost_headers \
libxml2 \ libxml2 \
)) ))
$(eval $(call gb_CppunitTest_set_include,sw_subsequent_odfexport,\ $(eval $(call gb_CppunitTest_set_include,sw_odfexport,\
-I$(SRCDIR)/sw/inc \ -I$(SRCDIR)/sw/inc \
-I$(SRCDIR)/sw/source/core/inc \ -I$(SRCDIR)/sw/source/core/inc \
-I$(SRCDIR)/sw/qa/extras/inc \ -I$(SRCDIR)/sw/qa/extras/inc \
$$(INCLUDE) \ $$(INCLUDE) \
)) ))
$(eval $(call gb_CppunitTest_use_api,sw_subsequent_odfexport,\ $(eval $(call gb_CppunitTest_use_api,sw_odfexport,\
offapi \ offapi \
udkapi \ udkapi \
)) ))
$(eval $(call gb_CppunitTest_use_ure,sw_subsequent_odfexport)) $(eval $(call gb_CppunitTest_use_ure,sw_odfexport))
$(eval $(call gb_CppunitTest_use_components,sw_subsequent_odfexport,\ $(eval $(call gb_CppunitTest_use_components,sw_odfexport,\
basic/util/sb \ basic/util/sb \
comphelper/util/comphelp \ comphelper/util/comphelp \
configmgr/source/configmgr \ configmgr/source/configmgr \
...@@ -94,10 +94,10 @@ $(eval $(call gb_CppunitTest_use_components,sw_subsequent_odfexport,\ ...@@ -94,10 +94,10 @@ $(eval $(call gb_CppunitTest_use_components,sw_subsequent_odfexport,\
xmloff/util/xo \ xmloff/util/xo \
)) ))
$(eval $(call gb_CppunitTest_use_configuration,sw_subsequent_odfexport)) $(eval $(call gb_CppunitTest_use_configuration,sw_odfexport))
$(eval $(call gb_CppunitTest_use_filter_configuration,sw_subsequent_odfexport)) $(eval $(call gb_CppunitTest_use_filter_configuration,sw_odfexport))
$(eval $(call gb_CppunitTest_use_unittest_configuration,sw_subsequent_odfexport)) $(eval $(call gb_CppunitTest_use_unittest_configuration,sw_odfexport))
# vim: set noet sw=4 ts=4: # vim: set noet sw=4 ts=4:
...@@ -28,13 +28,13 @@ ...@@ -28,13 +28,13 @@
# instead of those above. # instead of those above.
#************************************************************************* #*************************************************************************
$(eval $(call gb_CppunitTest_CppunitTest,sw_subsequent_odfimport)) $(eval $(call gb_CppunitTest_CppunitTest,sw_odfimport))
$(eval $(call gb_CppunitTest_add_exception_objects,sw_subsequent_odfimport, \ $(eval $(call gb_CppunitTest_add_exception_objects,sw_odfimport, \
sw/qa/extras/odfimport/odfimport \ sw/qa/extras/odfimport/odfimport \
)) ))
$(eval $(call gb_CppunitTest_use_libraries,sw_subsequent_odfimport, \ $(eval $(call gb_CppunitTest_use_libraries,sw_odfimport, \
comphelper \ comphelper \
cppu \ cppu \
cppuhelper \ cppuhelper \
...@@ -47,26 +47,26 @@ $(eval $(call gb_CppunitTest_use_libraries,sw_subsequent_odfimport, \ ...@@ -47,26 +47,26 @@ $(eval $(call gb_CppunitTest_use_libraries,sw_subsequent_odfimport, \
$(gb_UWINAPI) \ $(gb_UWINAPI) \
)) ))
$(eval $(call gb_CppunitTest_use_externals,sw_subsequent_odfimport,\ $(eval $(call gb_CppunitTest_use_externals,sw_odfimport,\
boost_headers \ boost_headers \
libxml2 \ libxml2 \
)) ))
$(eval $(call gb_CppunitTest_set_include,sw_subsequent_odfimport,\ $(eval $(call gb_CppunitTest_set_include,sw_odfimport,\
-I$(SRCDIR)/sw/inc \ -I$(SRCDIR)/sw/inc \
-I$(SRCDIR)/sw/source/core/inc \ -I$(SRCDIR)/sw/source/core/inc \
-I$(SRCDIR)/sw/qa/extras/inc \ -I$(SRCDIR)/sw/qa/extras/inc \
$$(INCLUDE) \ $$(INCLUDE) \
)) ))
$(eval $(call gb_CppunitTest_use_api,sw_subsequent_odfimport,\ $(eval $(call gb_CppunitTest_use_api,sw_odfimport,\
offapi \ offapi \
udkapi \ udkapi \
)) ))
$(eval $(call gb_CppunitTest_use_ure,sw_subsequent_odfimport)) $(eval $(call gb_CppunitTest_use_ure,sw_odfimport))
$(eval $(call gb_CppunitTest_use_components,sw_subsequent_odfimport,\ $(eval $(call gb_CppunitTest_use_components,sw_odfimport,\
basic/util/sb \ basic/util/sb \
comphelper/util/comphelp \ comphelper/util/comphelp \
configmgr/source/configmgr \ configmgr/source/configmgr \
...@@ -93,10 +93,10 @@ $(eval $(call gb_CppunitTest_use_components,sw_subsequent_odfimport,\ ...@@ -93,10 +93,10 @@ $(eval $(call gb_CppunitTest_use_components,sw_subsequent_odfimport,\
xmloff/util/xo \ xmloff/util/xo \
)) ))
$(eval $(call gb_CppunitTest_use_configuration,sw_subsequent_odfimport)) $(eval $(call gb_CppunitTest_use_configuration,sw_odfimport))
$(eval $(call gb_CppunitTest_use_filter_configuration,sw_subsequent_odfimport)) $(eval $(call gb_CppunitTest_use_filter_configuration,sw_odfimport))
$(eval $(call gb_CppunitTest_use_unittest_configuration,sw_subsequent_odfimport)) $(eval $(call gb_CppunitTest_use_unittest_configuration,sw_odfimport))
# vim: set noet sw=4 ts=4: # vim: set noet sw=4 ts=4:
...@@ -28,13 +28,13 @@ ...@@ -28,13 +28,13 @@
# instead of those above. # instead of those above.
#************************************************************************* #*************************************************************************
$(eval $(call gb_CppunitTest_CppunitTest,sw_subsequent_ooxmlexport)) $(eval $(call gb_CppunitTest_CppunitTest,sw_ooxmlexport))
$(eval $(call gb_CppunitTest_add_exception_objects,sw_subsequent_ooxmlexport, \ $(eval $(call gb_CppunitTest_add_exception_objects,sw_ooxmlexport, \
sw/qa/extras/ooxmlexport/ooxmlexport \ sw/qa/extras/ooxmlexport/ooxmlexport \
)) ))
$(eval $(call gb_CppunitTest_use_libraries,sw_subsequent_ooxmlexport, \ $(eval $(call gb_CppunitTest_use_libraries,sw_ooxmlexport, \
comphelper \ comphelper \
cppu \ cppu \
cppuhelper \ cppuhelper \
...@@ -48,26 +48,26 @@ $(eval $(call gb_CppunitTest_use_libraries,sw_subsequent_ooxmlexport, \ ...@@ -48,26 +48,26 @@ $(eval $(call gb_CppunitTest_use_libraries,sw_subsequent_ooxmlexport, \
$(gb_UWINAPI) \ $(gb_UWINAPI) \
)) ))
$(eval $(call gb_CppunitTest_use_externals,sw_subsequent_ooxmlexport,\ $(eval $(call gb_CppunitTest_use_externals,sw_ooxmlexport,\
boost_headers \ boost_headers \
libxml2 \ libxml2 \
)) ))
$(eval $(call gb_CppunitTest_set_include,sw_subsequent_ooxmlexport,\ $(eval $(call gb_CppunitTest_set_include,sw_ooxmlexport,\
-I$(SRCDIR)/sw/inc \ -I$(SRCDIR)/sw/inc \
-I$(SRCDIR)/sw/source/core/inc \ -I$(SRCDIR)/sw/source/core/inc \
-I$(SRCDIR)/sw/qa/extras/inc \ -I$(SRCDIR)/sw/qa/extras/inc \
$$(INCLUDE) \ $$(INCLUDE) \
)) ))
$(eval $(call gb_CppunitTest_use_api,sw_subsequent_ooxmlexport,\ $(eval $(call gb_CppunitTest_use_api,sw_ooxmlexport,\
offapi \ offapi \
udkapi \ udkapi \
)) ))
$(eval $(call gb_CppunitTest_use_ure,sw_subsequent_ooxmlexport)) $(eval $(call gb_CppunitTest_use_ure,sw_ooxmlexport))
$(eval $(call gb_CppunitTest_use_components,sw_subsequent_ooxmlexport,\ $(eval $(call gb_CppunitTest_use_components,sw_ooxmlexport,\
basic/util/sb \ basic/util/sb \
comphelper/util/comphelp \ comphelper/util/comphelp \
configmgr/source/configmgr \ configmgr/source/configmgr \
...@@ -98,10 +98,10 @@ $(eval $(call gb_CppunitTest_use_components,sw_subsequent_ooxmlexport,\ ...@@ -98,10 +98,10 @@ $(eval $(call gb_CppunitTest_use_components,sw_subsequent_ooxmlexport,\
xmloff/util/xo \ xmloff/util/xo \
)) ))
$(eval $(call gb_CppunitTest_use_configuration,sw_subsequent_ooxmlexport)) $(eval $(call gb_CppunitTest_use_configuration,sw_ooxmlexport))
$(eval $(call gb_CppunitTest_use_filter_configuration,sw_subsequent_ooxmlexport)) $(eval $(call gb_CppunitTest_use_filter_configuration,sw_ooxmlexport))
$(eval $(call gb_CppunitTest_use_unittest_configuration,sw_subsequent_ooxmlexport)) $(eval $(call gb_CppunitTest_use_unittest_configuration,sw_ooxmlexport))
# vim: set noet sw=4 ts=4: # vim: set noet sw=4 ts=4:
...@@ -28,13 +28,13 @@ ...@@ -28,13 +28,13 @@
# instead of those above. # instead of those above.
#************************************************************************* #*************************************************************************
$(eval $(call gb_CppunitTest_CppunitTest,sw_subsequent_ooxmlimport)) $(eval $(call gb_CppunitTest_CppunitTest,sw_ooxmlimport))
$(eval $(call gb_CppunitTest_add_exception_objects,sw_subsequent_ooxmlimport, \ $(eval $(call gb_CppunitTest_add_exception_objects,sw_ooxmlimport, \
sw/qa/extras/ooxmlimport/ooxmlimport \ sw/qa/extras/ooxmlimport/ooxmlimport \
)) ))
$(eval $(call gb_CppunitTest_use_libraries,sw_subsequent_ooxmlimport, \ $(eval $(call gb_CppunitTest_use_libraries,sw_ooxmlimport, \
comphelper \ comphelper \
cppu \ cppu \
cppuhelper \ cppuhelper \
...@@ -46,26 +46,26 @@ $(eval $(call gb_CppunitTest_use_libraries,sw_subsequent_ooxmlimport, \ ...@@ -46,26 +46,26 @@ $(eval $(call gb_CppunitTest_use_libraries,sw_subsequent_ooxmlimport, \
$(gb_UWINAPI) \ $(gb_UWINAPI) \
)) ))
$(eval $(call gb_CppunitTest_use_externals,sw_subsequent_ooxmlimport,\ $(eval $(call gb_CppunitTest_use_externals,sw_ooxmlimport,\
boost_headers \ boost_headers \
libxml2 \ libxml2 \
)) ))
$(eval $(call gb_CppunitTest_set_include,sw_subsequent_ooxmlimport,\ $(eval $(call gb_CppunitTest_set_include,sw_ooxmlimport,\
-I$(SRCDIR)/sw/inc \ -I$(SRCDIR)/sw/inc \
-I$(SRCDIR)/sw/source/core/inc \ -I$(SRCDIR)/sw/source/core/inc \
-I$(SRCDIR)/sw/qa/extras/inc \ -I$(SRCDIR)/sw/qa/extras/inc \
$$(INCLUDE) \ $$(INCLUDE) \
)) ))
$(eval $(call gb_CppunitTest_use_api,sw_subsequent_ooxmlimport,\ $(eval $(call gb_CppunitTest_use_api,sw_ooxmlimport,\
offapi \ offapi \
udkapi \ udkapi \
)) ))
$(eval $(call gb_CppunitTest_use_ure,sw_subsequent_ooxmlimport)) $(eval $(call gb_CppunitTest_use_ure,sw_ooxmlimport))
$(eval $(call gb_CppunitTest_use_components,sw_subsequent_ooxmlimport,\ $(eval $(call gb_CppunitTest_use_components,sw_ooxmlimport,\
basic/util/sb \ basic/util/sb \
comphelper/util/comphelp \ comphelper/util/comphelp \
configmgr/source/configmgr \ configmgr/source/configmgr \
...@@ -95,10 +95,10 @@ $(eval $(call gb_CppunitTest_use_components,sw_subsequent_ooxmlimport,\ ...@@ -95,10 +95,10 @@ $(eval $(call gb_CppunitTest_use_components,sw_subsequent_ooxmlimport,\
xmloff/util/xo \ xmloff/util/xo \
)) ))
$(eval $(call gb_CppunitTest_use_configuration,sw_subsequent_ooxmlimport)) $(eval $(call gb_CppunitTest_use_configuration,sw_ooxmlimport))
$(eval $(call gb_CppunitTest_use_filter_configuration,sw_subsequent_ooxmlimport)) $(eval $(call gb_CppunitTest_use_filter_configuration,sw_ooxmlimport))
$(eval $(call gb_CppunitTest_use_unittest_configuration,sw_subsequent_ooxmlimport)) $(eval $(call gb_CppunitTest_use_unittest_configuration,sw_ooxmlimport))
# vim: set noet sw=4 ts=4: # vim: set noet sw=4 ts=4:
...@@ -28,13 +28,13 @@ ...@@ -28,13 +28,13 @@
# instead of those above. # instead of those above.
#************************************************************************* #*************************************************************************
$(eval $(call gb_CppunitTest_CppunitTest,sw_subsequent_rtfexport)) $(eval $(call gb_CppunitTest_CppunitTest,sw_rtfexport))
$(eval $(call gb_CppunitTest_add_exception_objects,sw_subsequent_rtfexport, \ $(eval $(call gb_CppunitTest_add_exception_objects,sw_rtfexport, \
sw/qa/extras/rtfexport/rtfexport \ sw/qa/extras/rtfexport/rtfexport \
)) ))
$(eval $(call gb_CppunitTest_use_libraries,sw_subsequent_rtfexport, \ $(eval $(call gb_CppunitTest_use_libraries,sw_rtfexport, \
comphelper \ comphelper \
cppu \ cppu \
cppuhelper \ cppuhelper \
...@@ -47,26 +47,26 @@ $(eval $(call gb_CppunitTest_use_libraries,sw_subsequent_rtfexport, \ ...@@ -47,26 +47,26 @@ $(eval $(call gb_CppunitTest_use_libraries,sw_subsequent_rtfexport, \
$(gb_UWINAPI) \ $(gb_UWINAPI) \
)) ))
$(eval $(call gb_CppunitTest_use_externals,sw_subsequent_rtfexport,\ $(eval $(call gb_CppunitTest_use_externals,sw_rtfexport,\
boost_headers \ boost_headers \
libxml2 \ libxml2 \
)) ))
$(eval $(call gb_CppunitTest_set_include,sw_subsequent_rtfexport,\ $(eval $(call gb_CppunitTest_set_include,sw_rtfexport,\
-I$(SRCDIR)/sw/inc \ -I$(SRCDIR)/sw/inc \
-I$(SRCDIR)/sw/source/core/inc \ -I$(SRCDIR)/sw/source/core/inc \
-I$(SRCDIR)/sw/qa/extras/inc \ -I$(SRCDIR)/sw/qa/extras/inc \
$$(INCLUDE) \ $$(INCLUDE) \
)) ))
$(eval $(call gb_CppunitTest_use_api,sw_subsequent_rtfexport,\ $(eval $(call gb_CppunitTest_use_api,sw_rtfexport,\
offapi \ offapi \
udkapi \ udkapi \
)) ))
$(eval $(call gb_CppunitTest_use_ure,sw_subsequent_rtfexport)) $(eval $(call gb_CppunitTest_use_ure,sw_rtfexport))
$(eval $(call gb_CppunitTest_use_components,sw_subsequent_rtfexport,\ $(eval $(call gb_CppunitTest_use_components,sw_rtfexport,\
basic/util/sb \ basic/util/sb \
comphelper/util/comphelp \ comphelper/util/comphelp \
configmgr/source/configmgr \ configmgr/source/configmgr \
...@@ -95,10 +95,10 @@ $(eval $(call gb_CppunitTest_use_components,sw_subsequent_rtfexport,\ ...@@ -95,10 +95,10 @@ $(eval $(call gb_CppunitTest_use_components,sw_subsequent_rtfexport,\
xmloff/util/xo \ xmloff/util/xo \
)) ))
$(eval $(call gb_CppunitTest_use_configuration,sw_subsequent_rtfexport)) $(eval $(call gb_CppunitTest_use_configuration,sw_rtfexport))
$(eval $(call gb_CppunitTest_use_filter_configuration,sw_subsequent_rtfexport)) $(eval $(call gb_CppunitTest_use_filter_configuration,sw_rtfexport))
$(eval $(call gb_CppunitTest_use_unittest_configuration,sw_subsequent_rtfexport)) $(eval $(call gb_CppunitTest_use_unittest_configuration,sw_rtfexport))
# vim: set noet sw=4 ts=4: # vim: set noet sw=4 ts=4:
...@@ -28,13 +28,13 @@ ...@@ -28,13 +28,13 @@
# instead of those above. # instead of those above.
#************************************************************************* #*************************************************************************
$(eval $(call gb_CppunitTest_CppunitTest,sw_subsequent_rtfimport)) $(eval $(call gb_CppunitTest_CppunitTest,sw_rtfimport))
$(eval $(call gb_CppunitTest_add_exception_objects,sw_subsequent_rtfimport, \ $(eval $(call gb_CppunitTest_add_exception_objects,sw_rtfimport, \
sw/qa/extras/rtfimport/rtfimport \ sw/qa/extras/rtfimport/rtfimport \
)) ))
$(eval $(call gb_CppunitTest_use_libraries,sw_subsequent_rtfimport, \ $(eval $(call gb_CppunitTest_use_libraries,sw_rtfimport, \
comphelper \ comphelper \
cppu \ cppu \
cppuhelper \ cppuhelper \
...@@ -49,26 +49,26 @@ $(eval $(call gb_CppunitTest_use_libraries,sw_subsequent_rtfimport, \ ...@@ -49,26 +49,26 @@ $(eval $(call gb_CppunitTest_use_libraries,sw_subsequent_rtfimport, \
$(gb_UWINAPI) \ $(gb_UWINAPI) \
)) ))
$(eval $(call gb_CppunitTest_use_externals,sw_subsequent_rtfimport,\ $(eval $(call gb_CppunitTest_use_externals,sw_rtfimport,\
boost_headers \ boost_headers \
libxml2 \ libxml2 \
)) ))
$(eval $(call gb_CppunitTest_set_include,sw_subsequent_rtfimport,\ $(eval $(call gb_CppunitTest_set_include,sw_rtfimport,\
-I$(SRCDIR)/sw/inc \ -I$(SRCDIR)/sw/inc \
-I$(SRCDIR)/sw/source/core/inc \ -I$(SRCDIR)/sw/source/core/inc \
-I$(SRCDIR)/sw/qa/extras/inc \ -I$(SRCDIR)/sw/qa/extras/inc \
$$(INCLUDE) \ $$(INCLUDE) \
)) ))
$(eval $(call gb_CppunitTest_use_api,sw_subsequent_rtfimport,\ $(eval $(call gb_CppunitTest_use_api,sw_rtfimport,\
offapi \ offapi \
udkapi \ udkapi \
)) ))
$(eval $(call gb_CppunitTest_use_ure,sw_subsequent_rtfimport)) $(eval $(call gb_CppunitTest_use_ure,sw_rtfimport))
$(eval $(call gb_CppunitTest_use_components,sw_subsequent_rtfimport,\ $(eval $(call gb_CppunitTest_use_components,sw_rtfimport,\
basic/util/sb \ basic/util/sb \
comphelper/util/comphelp \ comphelper/util/comphelp \
configmgr/source/configmgr \ configmgr/source/configmgr \
...@@ -95,10 +95,10 @@ $(eval $(call gb_CppunitTest_use_components,sw_subsequent_rtfimport,\ ...@@ -95,10 +95,10 @@ $(eval $(call gb_CppunitTest_use_components,sw_subsequent_rtfimport,\
writerfilter/util/writerfilter \ writerfilter/util/writerfilter \
)) ))
$(eval $(call gb_CppunitTest_use_configuration,sw_subsequent_rtfimport)) $(eval $(call gb_CppunitTest_use_configuration,sw_rtfimport))
$(eval $(call gb_CppunitTest_use_filter_configuration,sw_subsequent_rtfimport)) $(eval $(call gb_CppunitTest_use_filter_configuration,sw_rtfimport))
$(eval $(call gb_CppunitTest_use_unittest_configuration,sw_subsequent_rtfimport)) $(eval $(call gb_CppunitTest_use_unittest_configuration,sw_rtfimport))
# vim: set noet sw=4 ts=4: # vim: set noet sw=4 ts=4:
...@@ -28,13 +28,13 @@ ...@@ -28,13 +28,13 @@
# instead of those above. # instead of those above.
#************************************************************************* #*************************************************************************
$(eval $(call gb_CppunitTest_CppunitTest,sw_subsequent_ww8export)) $(eval $(call gb_CppunitTest_CppunitTest,sw_ww8export))
$(eval $(call gb_CppunitTest_add_exception_objects,sw_subsequent_ww8export, \ $(eval $(call gb_CppunitTest_add_exception_objects,sw_ww8export, \
sw/qa/extras/ww8export/ww8export \ sw/qa/extras/ww8export/ww8export \
)) ))
$(eval $(call gb_CppunitTest_use_libraries,sw_subsequent_ww8export, \ $(eval $(call gb_CppunitTest_use_libraries,sw_ww8export, \
comphelper \ comphelper \
cppu \ cppu \
cppuhelper \ cppuhelper \
...@@ -48,26 +48,26 @@ $(eval $(call gb_CppunitTest_use_libraries,sw_subsequent_ww8export, \ ...@@ -48,26 +48,26 @@ $(eval $(call gb_CppunitTest_use_libraries,sw_subsequent_ww8export, \
$(gb_UWINAPI) \ $(gb_UWINAPI) \
)) ))
$(eval $(call gb_CppunitTest_use_externals,sw_subsequent_ww8export,\ $(eval $(call gb_CppunitTest_use_externals,sw_ww8export,\
boost_headers \ boost_headers \
libxml2 \ libxml2 \
)) ))
$(eval $(call gb_CppunitTest_set_include,sw_subsequent_ww8export,\ $(eval $(call gb_CppunitTest_set_include,sw_ww8export,\
-I$(SRCDIR)/sw/inc \ -I$(SRCDIR)/sw/inc \
-I$(SRCDIR)/sw/source/core/inc \ -I$(SRCDIR)/sw/source/core/inc \
-I$(SRCDIR)/sw/qa/extras/inc \ -I$(SRCDIR)/sw/qa/extras/inc \
$$(INCLUDE) \ $$(INCLUDE) \
)) ))
$(eval $(call gb_CppunitTest_use_api,sw_subsequent_ww8export,\ $(eval $(call gb_CppunitTest_use_api,sw_ww8export,\
offapi \ offapi \
udkapi \ udkapi \
)) ))
$(eval $(call gb_CppunitTest_use_ure,sw_subsequent_ww8export)) $(eval $(call gb_CppunitTest_use_ure,sw_ww8export))
$(eval $(call gb_CppunitTest_use_components,sw_subsequent_ww8export,\ $(eval $(call gb_CppunitTest_use_components,sw_ww8export,\
basic/util/sb \ basic/util/sb \
comphelper/util/comphelp \ comphelper/util/comphelp \
configmgr/source/configmgr \ configmgr/source/configmgr \
...@@ -97,10 +97,10 @@ $(eval $(call gb_CppunitTest_use_components,sw_subsequent_ww8export,\ ...@@ -97,10 +97,10 @@ $(eval $(call gb_CppunitTest_use_components,sw_subsequent_ww8export,\
xmloff/util/xo \ xmloff/util/xo \
)) ))
$(eval $(call gb_CppunitTest_use_configuration,sw_subsequent_ww8export)) $(eval $(call gb_CppunitTest_use_configuration,sw_ww8export))
$(eval $(call gb_CppunitTest_use_filter_configuration,sw_subsequent_ww8export)) $(eval $(call gb_CppunitTest_use_filter_configuration,sw_ww8export))
$(eval $(call gb_CppunitTest_use_unittest_configuration,sw_subsequent_ww8export)) $(eval $(call gb_CppunitTest_use_unittest_configuration,sw_ww8export))
# vim: set noet sw=4 ts=4: # vim: set noet sw=4 ts=4:
...@@ -28,13 +28,13 @@ ...@@ -28,13 +28,13 @@
# instead of those above. # instead of those above.
#************************************************************************* #*************************************************************************
$(eval $(call gb_CppunitTest_CppunitTest,sw_subsequent_ww8import)) $(eval $(call gb_CppunitTest_CppunitTest,sw_ww8import))
$(eval $(call gb_CppunitTest_add_exception_objects,sw_subsequent_ww8import, \ $(eval $(call gb_CppunitTest_add_exception_objects,sw_ww8import, \
sw/qa/extras/ww8import/ww8import \ sw/qa/extras/ww8import/ww8import \
)) ))
$(eval $(call gb_CppunitTest_use_libraries,sw_subsequent_ww8import, \ $(eval $(call gb_CppunitTest_use_libraries,sw_ww8import, \
comphelper \ comphelper \
cppu \ cppu \
cppuhelper \ cppuhelper \
...@@ -45,26 +45,26 @@ $(eval $(call gb_CppunitTest_use_libraries,sw_subsequent_ww8import, \ ...@@ -45,26 +45,26 @@ $(eval $(call gb_CppunitTest_use_libraries,sw_subsequent_ww8import, \
$(gb_UWINAPI) \ $(gb_UWINAPI) \
)) ))
$(eval $(call gb_CppunitTest_use_externals,sw_subsequent_ww8import,\ $(eval $(call gb_CppunitTest_use_externals,sw_ww8import,\
boost_headers \ boost_headers \
libxml2 \ libxml2 \
)) ))
$(eval $(call gb_CppunitTest_set_include,sw_subsequent_ww8import,\ $(eval $(call gb_CppunitTest_set_include,sw_ww8import,\
-I$(SRCDIR)/sw/inc \ -I$(SRCDIR)/sw/inc \
-I$(SRCDIR)/sw/source/core/inc \ -I$(SRCDIR)/sw/source/core/inc \
-I$(SRCDIR)/sw/qa/extras/inc \ -I$(SRCDIR)/sw/qa/extras/inc \
$$(INCLUDE) \ $$(INCLUDE) \
)) ))
$(eval $(call gb_CppunitTest_use_api,sw_subsequent_ww8import,\ $(eval $(call gb_CppunitTest_use_api,sw_ww8import,\
offapi \ offapi \
udkapi \ udkapi \
)) ))
$(eval $(call gb_CppunitTest_use_ure,sw_subsequent_ww8import)) $(eval $(call gb_CppunitTest_use_ure,sw_ww8import))
$(eval $(call gb_CppunitTest_use_components,sw_subsequent_ww8import,\ $(eval $(call gb_CppunitTest_use_components,sw_ww8import,\
basic/util/sb \ basic/util/sb \
comphelper/util/comphelp \ comphelper/util/comphelp \
configmgr/source/configmgr \ configmgr/source/configmgr \
...@@ -89,10 +89,10 @@ $(eval $(call gb_CppunitTest_use_components,sw_subsequent_ww8import,\ ...@@ -89,10 +89,10 @@ $(eval $(call gb_CppunitTest_use_components,sw_subsequent_ww8import,\
$(if $(filter DESKTOP,$(BUILD_TYPE)),xmlhelp/util/ucpchelp1) \ $(if $(filter DESKTOP,$(BUILD_TYPE)),xmlhelp/util/ucpchelp1) \
)) ))
$(eval $(call gb_CppunitTest_use_configuration,sw_subsequent_ww8import)) $(eval $(call gb_CppunitTest_use_configuration,sw_ww8import))
$(eval $(call gb_CppunitTest_use_filter_configuration,sw_subsequent_ww8import)) $(eval $(call gb_CppunitTest_use_filter_configuration,sw_ww8import))
$(eval $(call gb_CppunitTest_use_unittest_configuration,sw_subsequent_ww8import)) $(eval $(call gb_CppunitTest_use_unittest_configuration,sw_ww8import))
# vim: set noet sw=4 ts=4: # vim: set noet sw=4 ts=4:
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