diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-07-27 18:08:26 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-07-27 21:18:09 -0400 |
commit | 6ca245306b287d4ccb675677a2779bfcbce54c5c (patch) | |
tree | 9bd5e622efa9a2f4d513a0738b0a20bd2e82823e /testsuite/a11y/meson.build | |
parent | 4a9b4ad7203bbee2563604379e8e6f81a5ae9500 (diff) | |
download | gtk+-6ca245306b287d4ccb675677a2779bfcbce54c5c.tar.gz |
a11y: Add checkbutton tests
Tests the fix in the previous commit.
Diffstat (limited to 'testsuite/a11y/meson.build')
-rw-r--r-- | testsuite/a11y/meson.build | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/a11y/meson.build b/testsuite/a11y/meson.build index 643f580d89..8f91705d04 100644 --- a/testsuite/a11y/meson.build +++ b/testsuite/a11y/meson.build @@ -10,8 +10,9 @@ testdatadir = join_paths(installed_test_datadir, 'gtk') # - 'link_args': (array): additional linker arguments # - 'suites': (array): additional test suites tests = [ - { 'name': 'button' }, { 'name': 'accessible' }, + { 'name': 'button' }, + { 'name': 'checkbutton' }, ] |