enable new datapilot api test

This commit is contained in:
Markus Mohrhard 2012-01-18 18:11:13 +01:00
parent 5f1acc9409
commit e3e54d74d6
2 changed files with 4 additions and 6 deletions

View file

@ -115,17 +115,14 @@ $(eval $(call gb_CppunitTest_add_components,sc_datapilotdescriptorbase,\
sot/util/sot \
svl/source/fsstor/fsstorage \
toolkit/util/tk \
ucb/source/core/ucb1 \
ucb/source/ucp/file/ucpfile1 \
ucb/source/ucp/tdoc/ucptdoc1 \
unotools/util/utl \
unoxml/source/rdf/unordf \
unoxml/source/service/unoxml \
))
$(eval $(call gb_CppunitTest_add_old_components,sc_datapilotdescriptorbase,\
ucb1 \
ucpfile1 \
ucptdoc1 \
))
$(eval $(call gb_CppunitTest_set_args,sc_datapilotdescriptorbase,\
--headless \
--protector unoexceptionprotector$(gb_Library_DLLEXT) unoexceptionprotector \

View file

@ -41,6 +41,7 @@ $(eval $(call gb_Module_add_check_targets,sc,\
$(eval $(call gb_Module_add_subsequentcheck_targets,sc,\
CppunitTest_sc_cellrangesbase \
CppunitTest_sc_datapilotdescriptorbase \
CppunitTest_sc_datapilotfieldobj \
CppunitTest_sc_macros_test \
CppunitTest_sc_namedrangeobj \