diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-10-20 01:12:20 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-10-20 01:12:20 -0400 |
commit | 93481e6c2ed14a846889b2163e027ba226aed6a5 (patch) | |
tree | cc1421a12b470204f8a4be2463b765a1452ec3e2 /testsuite/a11y/meson.build | |
parent | b9e9898212fd8f8f0c4d16baee5a2f77fd288f49 (diff) | |
download | gtk+-93481e6c2ed14a846889b2163e027ba226aed6a5.tar.gz |
a11y: Add tests for GtkFlowBox
Test that roles, states and properties are as expected.
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 bb3bd97a8a..d8471bc6fc 100644 --- a/testsuite/a11y/meson.build +++ b/testsuite/a11y/meson.build @@ -16,6 +16,7 @@ tests = [ { 'name': 'dialog' }, { 'name': 'entry' }, { 'name': 'expander' }, + { 'name': 'flowbox' }, { 'name': 'image' }, { 'name': 'label' }, { 'name': 'listbox' }, |