summaryrefslogtreecommitdiffstats
path: root/starmath/CppunitTest_starmath_qa_cppunit.mk
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2016-06-22 16:07:07 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2016-06-23 01:06:41 +0000
commit8456d83ed928c9c14b833393d5e15f64e394a3b1 (patch)
treed4e34400e46b635793728614869a3e693d786d66 /starmath/CppunitTest_starmath_qa_cppunit.mk
parenttdf#98106 Preserving hidden and empty rows after xlsx export (diff)
downloadcore-8456d83ed928c9c14b833393d5e15f64e394a3b1.tar.gz
core-8456d83ed928c9c14b833393d5e15f64e394a3b1.zip
starmath: Add a test case for parsing -
Change-Id: I0fc0b7e2abbadee2f13d477c5ddd2290f37487a0 Reviewed-on: https://gerrit.libreoffice.org/26563 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 88e14b71782d..b842f536b583 100644
--- a/starmath/CppunitTest_starmath_qa_cppunit.mk
+++ b/starmath/CppunitTest_starmath_qa_cppunit.mk
@@ -52,6 +52,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_parse \
starmath/qa/cppunit/test_starmath \
))