[Libreoffice-commits] .: 2 commits - dbaccess/CppunitTest_dbaccess_macros_test.mk dbaccess/Module_dbaccess.mk dbaccess/qa
Markus Mohrhard
mmohrhard at kemper.freedesktop.org
Sun Feb 12 11:18:26 PST 2012
dbaccess/CppunitTest_dbaccess_macros_test.mk | 1 +
dbaccess/Module_dbaccess.mk | 4 ++++
dbaccess/qa/extras/macros-test.cxx | 2 ++
3 files changed, 7 insertions(+)
New commits:
commit 699eae5bd35fe0dc9dd98a9a2b74f37c0ef55d9c
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date: Sun Feb 12 20:14:07 2012 +0100
disable new test on win and mac since it is a test with UI
diff --git a/dbaccess/qa/extras/macros-test.cxx b/dbaccess/qa/extras/macros-test.cxx
index 786202b..4be3e65 100644
--- a/dbaccess/qa/extras/macros-test.cxx
+++ b/dbaccess/qa/extras/macros-test.cxx
@@ -59,7 +59,9 @@ public:
void test();
CPPUNIT_TEST_SUITE(DBAccessTest);
+#if !defined(MACOSX) && !defined(WNT)
CPPUNIT_TEST(test);
+#endif
CPPUNIT_TEST_SUITE_END();
private:
commit b97bdba24e11becc12b9731605727e1e1166a34c
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date: Sun Feb 12 19:34:23 2012 +0100
finish initial work on the Base test
Base needs the numberformatter to initialize a document
diff --git a/dbaccess/CppunitTest_dbaccess_macros_test.mk b/dbaccess/CppunitTest_dbaccess_macros_test.mk
index 028be5e..862fcf7 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 88760ae..11a7cf6 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 \
More information about the Libreoffice-commits
mailing list