CppunitTest_sc_anchor_test: move to slowcheck
so Jenkins executes it in all platforms also move it out of 'extra' folder so we can change the inheritance to ScBootstrapFixture in a follow-up commit Change-Id: I06cb594b7f13ece2eb71c2099b6119861b4674ff Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141504 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
This commit is contained in:
parent
71aaa2eaa2
commit
c6660c77f9
3 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ $(eval $(call gb_CppunitTest_CppunitTest,sc_anchor_test))
|
|||
$(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_anchor_test))
|
||||
|
||||
$(eval $(call gb_CppunitTest_add_exception_objects,sc_anchor_test, \
|
||||
sc/qa/extras/anchor \
|
||||
sc/qa/unit/anchor \
|
||||
))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_external,sc_anchor_test,boost_headers))
|
||||
|
|
|
@ -70,6 +70,7 @@ endif
|
|||
endif
|
||||
|
||||
$(eval $(call gb_Module_add_slowcheck_targets,sc, \
|
||||
CppunitTest_sc_anchor_test \
|
||||
CppunitTest_sc_cond_format_merge \
|
||||
CppunitTest_sc_copypaste \
|
||||
CppunitTest_sc_html_export_test \
|
||||
|
@ -121,7 +122,6 @@ $(eval $(call gb_Module_add_subsequentcheck_targets,sc,\
|
|||
JunitTest_sc_unoapi_4 \
|
||||
JunitTest_sc_unoapi_6 \
|
||||
JunitTest_sc_unoapi_7 \
|
||||
CppunitTest_sc_anchor_test \
|
||||
CppunitTest_sc_annotationobj \
|
||||
CppunitTest_sc_annotationshapeobj \
|
||||
CppunitTest_sc_annotationsobj \
|
||||
|
|
Loading…
Reference in a new issue