summaryrefslogtreecommitdiff
path: root/editeng/CppunitTest_editeng_core.mk
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-04-11 20:46:45 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-04-11 20:46:45 -0400
commit8b216a7aa3c88a6b18f62079757567a2d4e4d737 (patch)
tree52da0c2e9b803dd7aa9c3548d078139c627209f3 /editeng/CppunitTest_editeng_core.mk
parentddfa209fc0422c544292ad23413851d1b654de7c (diff)
Set default items to the item pool, do this and that, and now the test passes.
Diffstat (limited to 'editeng/CppunitTest_editeng_core.mk')
-rw-r--r--editeng/CppunitTest_editeng_core.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/editeng/CppunitTest_editeng_core.mk b/editeng/CppunitTest_editeng_core.mk
index 77e203d2d754..c94ff95e417f 100644
--- a/editeng/CppunitTest_editeng_core.mk
+++ b/editeng/CppunitTest_editeng_core.mk
@@ -35,6 +35,8 @@ $(eval $(call gb_CppunitTest_add_exception_objects,editeng_core, \
editeng/qa/unit/core-test \
))
+$(eval $(call gb_CppunitTest_use_library_objects,editeng_core,editeng))
+
$(eval $(call gb_CppunitTest_use_libraries,editeng_core, \
basegfx \
comphelper \
@@ -64,6 +66,7 @@ $(eval $(call gb_CppunitTest_use_externals,editeng_core,\
))
$(eval $(call gb_CppunitTest_set_include,editeng_core,\
+ -I$(SRCDIR)/editeng/source \
$$(INCLUDE) \
))