From c6660c77f92f8a040210fb30035761649a19db14 Mon Sep 17 00:00:00 2001 From: Xisco Fauli Date: Tue, 18 Oct 2022 16:01:42 +0200 Subject: [PATCH] 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 --- sc/CppunitTest_sc_anchor_test.mk | 2 +- sc/Module_sc.mk | 2 +- sc/qa/{extras => unit}/anchor.cxx | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename sc/qa/{extras => unit}/anchor.cxx (100%) diff --git a/sc/CppunitTest_sc_anchor_test.mk b/sc/CppunitTest_sc_anchor_test.mk index 2e391439a29f..3ad9e4271c85 100644 --- a/sc/CppunitTest_sc_anchor_test.mk +++ b/sc/CppunitTest_sc_anchor_test.mk @@ -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)) diff --git a/sc/Module_sc.mk b/sc/Module_sc.mk index 5323b6031d58..e03ac7aab1c6 100644 --- a/sc/Module_sc.mk +++ b/sc/Module_sc.mk @@ -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 \ diff --git a/sc/qa/extras/anchor.cxx b/sc/qa/unit/anchor.cxx similarity index 100% rename from sc/qa/extras/anchor.cxx rename to sc/qa/unit/anchor.cxx