summaryrefslogtreecommitdiff
path: root/sc/Module_sc.mk
diff options
context:
space:
mode:
authorColomban Wendling <cwendling@hypra.fr>2022-07-21 21:51:21 +0200
committerMichael Weghorn <m.weghorn@posteo.de>2022-08-01 17:03:40 +0200
commit0185ddd6d5f0324ba57b3fa36229103a6b27138e (patch)
tree81a2249571acbfa25391bb1fcfa05e8d8c5e602d /sc/Module_sc.mk
parent56d5a31d6ec2b45e43659be4b5fd4964de29e61f (diff)
Add infrastructure and basic tests including slight UI interaction
This introduces a couple helper base classes for implementing accessibility tests more easily, and includes a few tests as examples, including basic document layout check and minimal UI interaction through menus. Change-Id: I8961af8be1e7d52dc55fe27c758806d9b4c3c5d9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137337 Tested-by: Jenkins Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Diffstat (limited to 'sc/Module_sc.mk')
-rw-r--r--sc/Module_sc.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/Module_sc.mk b/sc/Module_sc.mk
index 5a0d0c13f40e..5323b6031d58 100644
--- a/sc/Module_sc.mk
+++ b/sc/Module_sc.mk
@@ -83,6 +83,7 @@ $(eval $(call gb_Module_add_slowcheck_targets,sc, \
CppunitTest_sc_subsequent_export_test2 \
CppunitTest_sc_uicalc \
CppunitTest_sc_vba_macro_test \
+ CppunitTest_sc_a11y \
))
ifneq ($(ENABLE_JUMBO_SHEETS),)