summaryrefslogtreecommitdiff
path: root/starmath/CppunitTest_starmath_qa_cppunit.mk
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2016-05-23 20:00:48 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2016-05-24 00:40:36 +0000
commit4ab3149381352c86cb84fc01fe69b2c7929c98fb (patch)
treec1b45226e5fa5555c25cb975fcda2850acbd7c68 /starmath/CppunitTest_starmath_qa_cppunit.mk
parent91585d248c7eae60fde0956da3da95c55fafdbcc (diff)
starmath: Fix missing call of AnnotationSelection() for SmCursor::Copy
... with unit tests of Copy/Cut/Paste. Change-Id: I74dd6f235b52ef2c1388ea0d15d32af0fb30b2c8 Reviewed-on: https://gerrit.libreoffice.org/25362 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>
Diffstat (limited to 'starmath/CppunitTest_starmath_qa_cppunit.mk')
-rw-r--r--starmath/CppunitTest_starmath_qa_cppunit.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/starmath/CppunitTest_starmath_qa_cppunit.mk b/starmath/CppunitTest_starmath_qa_cppunit.mk
index 2130a228c128..efaa7b39aeff 100644
--- a/starmath/CppunitTest_starmath_qa_cppunit.mk
+++ b/starmath/CppunitTest_starmath_qa_cppunit.mk
@@ -53,6 +53,7 @@ $(eval $(call gb_CppunitTest_use_libraries,starmath_qa_cppunit,\
))
$(eval $(call gb_CppunitTest_add_exception_objects,starmath_qa_cppunit,\
+ starmath/qa/cppunit/test_cursor \
starmath/qa/cppunit/test_nodetotextvisitors \
starmath/qa/cppunit/test_starmath \
))