sc/CppunitTest_sc_anchor_test.mk |    2 +-
 sc/Module_sc.mk                  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit c6660c77f92f8a040210fb30035761649a19db14
Author:     Xisco Fauli <[email protected]>
AuthorDate: Tue Oct 18 16:01:42 2022 +0200
Commit:     Xisco Fauli <[email protected]>
CommitDate: Tue Oct 18 23:28:18 2022 +0200

    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 <[email protected]>

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

Reply via email to