diff options
author | Benjamin Otte <otte@redhat.com> | 2012-02-11 04:46:43 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2012-02-11 04:46:43 +0100 |
commit | 01193bcae261156968664adda78ecda93b9aadf4 (patch) | |
tree | 646ac0f3ce038c96f2d9f1ac5794c09faf1fa09c /tests/a11y/Makefile.am | |
parent | 3827d75f6441da30165dbe85dc5a5b7465d3b197 (diff) | |
download | gtk+-01193bcae261156968664adda78ecda93b9aadf4.tar.gz |
tests: Reenable a11y tree-relationships test
It passes now.
Diffstat (limited to 'tests/a11y/Makefile.am')
-rw-r--r-- | tests/a11y/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/a11y/Makefile.am b/tests/a11y/Makefile.am index 35a79590ab..d9bf9b8cfc 100644 --- a/tests/a11y/Makefile.am +++ b/tests/a11y/Makefile.am @@ -34,8 +34,7 @@ TEST_PROGS += children # # TEST_PROGS += focus -# currently broken -# TEST_PROGS += tree-relationships +TEST_PROGS += tree-relationships TEST_PROGS += util |