diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-02-12 19:34:23 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-02-12 20:14:56 +0100 |
commit | b97bdba24e11becc12b9731605727e1e1166a34c (patch) | |
tree | f90a0e6a59f5b5a2c269dbe4db5580105cf77b46 /dbaccess | |
parent | 1fb6237c08b25e043ae70b16aa784d5a762612ef (diff) |
finish initial work on the Base test
Base needs the numberformatter to initialize a document
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/CppunitTest_dbaccess_macros_test.mk | 1 | ||||
-rw-r--r-- | dbaccess/Module_dbaccess.mk | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/dbaccess/CppunitTest_dbaccess_macros_test.mk b/dbaccess/CppunitTest_dbaccess_macros_test.mk index 028be5e0a0b6..862fcf79a151 100644 --- a/dbaccess/CppunitTest_dbaccess_macros_test.mk +++ b/dbaccess/CppunitTest_dbaccess_macros_test.mk @@ -113,6 +113,7 @@ $(eval $(call gb_CppunitTest_add_components,dbaccess_macros_test,\ sfx2/util/sfx \ sot/util/sot \ svl/source/fsstor/fsstorage \ + svl/util/svl \ toolkit/util/tk \ ucb/source/core/ucb1 \ ucb/source/ucp/file/ucpfile1 \ diff --git a/dbaccess/Module_dbaccess.mk b/dbaccess/Module_dbaccess.mk index 88760ae8ec6c..11a7cf64fef8 100644 --- a/dbaccess/Module_dbaccess.mk +++ b/dbaccess/Module_dbaccess.mk @@ -45,6 +45,10 @@ $(eval $(call gb_Module_add_targets,dbaccess,\ Package_uiconfig \ )) +$(eval $(call gb_Module_add_check_targets,dbaccess,\ + CppunitTest_dbaccess_macros_test \ +)) + $(eval $(call gb_Module_add_subsequentcheck_targets,dbaccess,\ JunitTest_dbaccess_complex \ JunitTest_dbaccess_unoapi \ |