sw: sw_swdoc_test -> sw_uwriter

To be consistent to sc_ucalc and sd_uimpress.

Change-Id: Id6b09bacdf19fb7c524f11352ba81cd630535a74
This commit is contained in:
Miklos Vajna
2013-02-03 12:39:21 +01:00
parent cb33714517
commit c8956344af
3 changed files with 12 additions and 12 deletions

View File

@@ -27,16 +27,16 @@
# instead of those above. # instead of those above.
#************************************************************************* #*************************************************************************
$(eval $(call gb_CppunitTest_CppunitTest,sw_swdoc_test)) $(eval $(call gb_CppunitTest_CppunitTest,sw_uwriter))
$(eval $(call gb_CppunitTest_add_exception_objects,sw_swdoc_test, \ $(eval $(call gb_CppunitTest_add_exception_objects,sw_uwriter, \
sw/qa/core/swdoc-test \ sw/qa/core/uwriter \
sw/qa/core/Test-BigPtrArray \ sw/qa/core/Test-BigPtrArray \
)) ))
$(eval $(call gb_CppunitTest_use_library_objects,sw_swdoc_test,sw)) $(eval $(call gb_CppunitTest_use_library_objects,sw_uwriter,sw))
$(eval $(call gb_CppunitTest_use_libraries,sw_swdoc_test, \ $(eval $(call gb_CppunitTest_use_libraries,sw_uwriter, \
avmedia \ avmedia \
basegfx \ basegfx \
comphelper \ comphelper \
@@ -70,27 +70,27 @@ $(eval $(call gb_CppunitTest_use_libraries,sw_swdoc_test, \
$(gb_UWINAPI) \ $(gb_UWINAPI) \
)) ))
$(eval $(call gb_CppunitTest_use_externals,sw_swdoc_test,\ $(eval $(call gb_CppunitTest_use_externals,sw_uwriter,\
boost_headers \ boost_headers \
icuuc \ icuuc \
libxml2 \ libxml2 \
)) ))
$(eval $(call gb_CppunitTest_set_include,sw_swdoc_test,\ $(eval $(call gb_CppunitTest_set_include,sw_uwriter,\
-I$(SRCDIR)/sw/source/ui/inc \ -I$(SRCDIR)/sw/source/ui/inc \
-I$(SRCDIR)/sw/source/core/inc \ -I$(SRCDIR)/sw/source/core/inc \
-I$(SRCDIR)/sw/inc \ -I$(SRCDIR)/sw/inc \
$$(INCLUDE) \ $$(INCLUDE) \
)) ))
$(eval $(call gb_CppunitTest_use_api,sw_swdoc_test,\ $(eval $(call gb_CppunitTest_use_api,sw_uwriter,\
offapi \ offapi \
udkapi \ udkapi \
)) ))
$(eval $(call gb_CppunitTest_use_ure,sw_swdoc_test)) $(eval $(call gb_CppunitTest_use_ure,sw_uwriter))
$(eval $(call gb_CppunitTest_use_components,sw_swdoc_test,\ $(eval $(call gb_CppunitTest_use_components,sw_uwriter,\
comphelper/util/comphelp \ comphelper/util/comphelp \
configmgr/source/configmgr \ configmgr/source/configmgr \
fileaccess/source/fileacc \ fileaccess/source/fileacc \
@@ -105,6 +105,6 @@ $(eval $(call gb_CppunitTest_use_components,sw_swdoc_test,\
unoxml/source/service/unoxml \ unoxml/source/service/unoxml \
)) ))
$(eval $(call gb_CppunitTest_use_configuration,sw_swdoc_test)) $(eval $(call gb_CppunitTest_use_configuration,sw_uwriter))
# vim: set noet sw=4 ts=4: # vim: set noet sw=4 ts=4:

View File

@@ -38,7 +38,7 @@ $(eval $(call gb_Module_add_targets,sw,\
endif endif
$(eval $(call gb_Module_add_check_targets,sw,\ $(eval $(call gb_Module_add_check_targets,sw,\
CppunitTest_sw_swdoc_test \ CppunitTest_sw_uwriter \
)) ))
$(eval $(call gb_Module_add_slowcheck_targets,sw,\ $(eval $(call gb_Module_add_slowcheck_targets,sw,\