diff options
author | Matthias Clasen <mclasen@redhat.com> | 2013-06-30 22:16:23 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2013-06-30 22:33:12 -0400 |
commit | 2941196f841e46fb0b1b3bfe9816c4b4048c0476 (patch) | |
tree | 0a2afa63622ec364973ce50dde512a2ad856ac0f /testsuite/a11y/Makefile.am | |
parent | e11039a9732ad3db5a1b5aa803452b52f85070c6 (diff) | |
download | gtk+-2941196f841e46fb0b1b3bfe9816c4b4048c0476.tar.gz |
Add GtkStack and GtkStackSwitcher to the a11y tests
Diffstat (limited to 'testsuite/a11y/Makefile.am')
-rw-r--r-- | testsuite/a11y/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/a11y/Makefile.am b/testsuite/a11y/Makefile.am index bab38fd0ba..ad0990c6fc 100644 --- a/testsuite/a11y/Makefile.am +++ b/testsuite/a11y/Makefile.am @@ -74,6 +74,7 @@ testdata = \ menu.ui menu.txt \ combos.ui combos.txt \ listbox.ui listbox.txt \ + stack.ui stack.txt \ $(NULL) test_in_files = \ |