diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-09-25 15:39:32 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-09-25 15:39:32 +0200 |
commit | 513a758408d8a37078288f59a63bf2800c0930b1 (patch) | |
tree | d6b022da421f44cb5d3d341d732a03c12752875c /sc | |
parent | 04338b6213cedd42dc8a247247d6f5a253553220 (diff) |
JunitTest_sc_unoapi had inadvertently been disabled
Change-Id: Ic8943662290c034fab866d4693daecc065b20a0c
Diffstat (limited to 'sc')
-rw-r--r-- | sc/Module_sc.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/Module_sc.mk b/sc/Module_sc.mk index e9ba88f78842..f557c3913f22 100644 --- a/sc/Module_sc.mk +++ b/sc/Module_sc.mk @@ -56,6 +56,7 @@ $(eval $(call gb_Module_add_slowcheck_targets,sc,\ $(eval $(call gb_Module_add_subsequentcheck_targets,sc,\ JunitTest_sc_complex \ + JunitTest_sc_unoapi \ CppunitTest_sc_annotationshapeobj \ CppunitTest_sc_cellrangeobj \ $(if $(filter-out $(OS),IOS), \ |