summaryrefslogtreecommitdiff
path: root/sc/Module_sc.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2011-11-28 21:58:08 +0100
committerStephan Bergmann <sbergman@redhat.com>2011-11-28 22:05:47 +0100
commitb8d2671fd0d8055bdc3fb30482c898a456ac178f (patch)
treed1508cfa426fc6ad49d66fdc850bb75bedfb2551 /sc/Module_sc.mk
parentebdbd2b578c970694597dc163125842e9073bf6c (diff)
Enabled sc/qa/unoapi again.
Currently often fails at shutdown, when Bridge::terminate -> ~ScAutoFormatObj -> ScGlobal::GetAutoFormat after ScGlobal::Clear leads to ScAutoFormat ctor -> ScGlobal::GetRscString with null ppRscString.
Diffstat (limited to 'sc/Module_sc.mk')
-rw-r--r--sc/Module_sc.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/sc/Module_sc.mk b/sc/Module_sc.mk
index 11ca2644fc88..6a18985a9b47 100644
--- a/sc/Module_sc.mk
+++ b/sc/Module_sc.mk
@@ -40,5 +40,8 @@ $(eval $(call gb_Module_add_check_targets,sc,\
CppunitTest_sc_ucalc \
))
+$(eval $(call gb_Module_add_subsequentcheck_targets,sc,\
+ JunitTest_sc_unoapi \
+))
# vim: set noet sw=4 ts=4: