diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-07-27 19:38:51 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-07-27 21:18:10 -0400 |
commit | 2cbaa568b5628d8d279b66df70becfe6f6dbb3ef (patch) | |
tree | ad54bbc1245a364da9289872c75edbadd8faaf19 /testsuite/a11y/meson.build | |
parent | d8ac144923360eff7b5aa6bad55c50a6ae68320b (diff) | |
download | gtk+-2cbaa568b5628d8d279b66df70becfe6f6dbb3ef.tar.gz |
a11y: Add separator tests
Tests the fix in the previous commit.
Diffstat (limited to 'testsuite/a11y/meson.build')
-rw-r--r-- | testsuite/a11y/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/a11y/meson.build b/testsuite/a11y/meson.build index d189ba8a43..7a18db587a 100644 --- a/testsuite/a11y/meson.build +++ b/testsuite/a11y/meson.build @@ -15,6 +15,7 @@ tests = [ { 'name': 'checkbutton' }, { 'name': 'dialog' }, { 'name': 'progressbar' }, + { 'name': 'separator' }, { 'name': 'window' }, ] |