finish initial work on the Base test

Base needs the numberformatter to initialize a document
This commit is contained in:
Markus Mohrhard 2012-02-12 19:34:23 +01:00
parent 1fb6237c08
commit b97bdba24e
2 changed files with 5 additions and 0 deletions

View File

@ -113,6 +113,7 @@ $(eval $(call gb_CppunitTest_add_components,dbaccess_macros_test,\
sfx2/util/sfx \ sfx2/util/sfx \
sot/util/sot \ sot/util/sot \
svl/source/fsstor/fsstorage \ svl/source/fsstor/fsstorage \
svl/util/svl \
toolkit/util/tk \ toolkit/util/tk \
ucb/source/core/ucb1 \ ucb/source/core/ucb1 \
ucb/source/ucp/file/ucpfile1 \ ucb/source/ucp/file/ucpfile1 \

View File

@ -45,6 +45,10 @@ $(eval $(call gb_Module_add_targets,dbaccess,\
Package_uiconfig \ Package_uiconfig \
)) ))
$(eval $(call gb_Module_add_check_targets,dbaccess,\
CppunitTest_dbaccess_macros_test \
))
$(eval $(call gb_Module_add_subsequentcheck_targets,dbaccess,\ $(eval $(call gb_Module_add_subsequentcheck_targets,dbaccess,\
JunitTest_dbaccess_complex \ JunitTest_dbaccess_complex \
JunitTest_dbaccess_unoapi \ JunitTest_dbaccess_unoapi \