summaryrefslogtreecommitdiff
path: root/editeng/Module_editeng.mk
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-04-11 14:29:11 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-04-11 14:30:58 -0400
commitd241251638d80bc6e2b737088e02c96bfa8c5c63 (patch)
tree0c3156ebfbbcd0c6148e103c90906a5dfcdb986d /editeng/Module_editeng.mk
parentc8e99f447da0148eec097bd6b36ab2e87a354b22 (diff)
Attempt to add general-purpose unit test for editeng.
But instantiating EditEngine causes segfault. The line is commented out for now.
Diffstat (limited to 'editeng/Module_editeng.mk')
-rw-r--r--editeng/Module_editeng.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/editeng/Module_editeng.mk b/editeng/Module_editeng.mk
index fd49b94f5ffe..b7670989d4ba 100644
--- a/editeng/Module_editeng.mk
+++ b/editeng/Module_editeng.mk
@@ -37,6 +37,7 @@ $(eval $(call gb_Module_add_targets,editeng,\
# add any runtime tests (unit tests) here
# remove if no tests
$(eval $(call gb_Module_add_check_targets,editeng,\
+ CppunitTest_editeng_core \
CppunitTest_editeng_borderline \
))