summaryrefslogtreecommitdiff
path: root/starmath/Module_starmath.mk
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2012-06-13 23:26:15 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2012-06-15 19:32:28 -0500
commit48cb39aa6d34cbdd2903f64e2b27f01e7c33b6ce (patch)
tree11dd20c346d275ae36f5544ba147b06e5b6f0825 /starmath/Module_starmath.mk
parentfa9cc5f30b62a55237ef3171a23f0deb11a46f05 (diff)
reenable unit test
cherry-picked from 95357d3144b817726507758c1314a82303c25157 Change-Id: I1d403859091a6e59b1045126c5db2bf2ffd573e1
Diffstat (limited to 'starmath/Module_starmath.mk')
-rw-r--r--starmath/Module_starmath.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/starmath/Module_starmath.mk b/starmath/Module_starmath.mk
index 9f7de2dad03f..d9bc48de3411 100644
--- a/starmath/Module_starmath.mk
+++ b/starmath/Module_starmath.mk
@@ -29,6 +29,10 @@ $(eval $(call gb_Module_add_targets,sm,\
Package_uiconfig \
))
+$(eval $(call gb_Module_add_check_targets,sm,\
+ CppunitTest_starmath_qa_cppunit \
+))
+
$(eval $(call gb_Module_add_subsequentcheck_targets,sm,\
JunitTest_starmath_unoapi \
))