summaryrefslogtreecommitdiffstats
path: root/starmath/Module_starmath.mk
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2012-06-13 23:22:25 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2012-06-15 19:32:28 -0500
commit08f666ec9921be82caa0bf46d5347373de2259c9 (patch)
treebdef45611b7f0bd85b97e307a940e86f4d2c25ad /starmath/Module_starmath.mk
parentconvert starmath to gnumake (diff)
downloadcore-08f666ec9921be82caa0bf46d5347373de2259c9.tar.gz
core-08f666ec9921be82caa0bf46d5347373de2259c9.zip
migrate starmath subsequenttests to gbuild
cherry-picked from 969d60a477742d24afe370fae70db057d2db9341 Change-Id: I074f2f024624aafea4456304295d747318755ffd
Diffstat (limited to 'starmath/Module_starmath.mk')
-rw-r--r--starmath/Module_starmath.mk9
1 files changed, 5 insertions, 4 deletions
diff --git a/starmath/Module_starmath.mk b/starmath/Module_starmath.mk
index 2452ddb058ee..d508f063ebac 100644
--- a/starmath/Module_starmath.mk
+++ b/starmath/Module_starmath.mk
@@ -23,9 +23,10 @@
$(eval $(call gb_Module_Module,sm))
$(eval $(call gb_Module_add_targets,sm,\
- AllLangResTarget_sm \
- Library_sm \
- Library_smd \
- Package_uiconfig \
+ AllLangResTarget_sm \
+ Library_sm \
+ Library_smd \
+ Package_uiconfig \
+ JunitTest_starmath_unoapi \
))