diff options
author | David Tardon <dtardon@redhat.com> | 2011-03-29 17:22:12 +0200 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-06-15 19:32:28 -0500 |
commit | fa9cc5f30b62a55237ef3171a23f0deb11a46f05 (patch) | |
tree | 8b9dbec9872a209414a58a5e9932461c28122197 | |
parent | 08f666ec9921be82caa0bf46d5347373de2259c9 (diff) |
move UNO API test to subsequentchecks
-rw-r--r-- | starmath/Module_starmath.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/starmath/Module_starmath.mk b/starmath/Module_starmath.mk index d508f063ebac..9f7de2dad03f 100644 --- a/starmath/Module_starmath.mk +++ b/starmath/Module_starmath.mk @@ -27,6 +27,8 @@ $(eval $(call gb_Module_add_targets,sm,\ Library_sm \ Library_smd \ Package_uiconfig \ - JunitTest_starmath_unoapi \ )) +$(eval $(call gb_Module_add_subsequentcheck_targets,sm,\ + JunitTest_starmath_unoapi \ +)) |