diff options
author | Matthias Clasen <mclasen@redhat.com> | 2011-06-28 23:24:27 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2011-07-05 16:08:54 -0400 |
commit | e4dc06b7d5a9df0ec695b5c737a584a9505ae39b (patch) | |
tree | ab2772c2401ad3e6961a9d7d50c3bb2820253e46 /tests/a11y/Makefile.am | |
parent | 53c90cebb28577745284c908fe08019e813b5148 (diff) | |
download | gtk+-e4dc06b7d5a9df0ec695b5c737a584a9505ae39b.tar.gz |
Add a test for scrolled window child count
Diffstat (limited to 'tests/a11y/Makefile.am')
-rw-r--r-- | tests/a11y/Makefile.am | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/a11y/Makefile.am b/tests/a11y/Makefile.am index e6896b80fc..e7ef78f9e3 100644 --- a/tests/a11y/Makefile.am +++ b/tests/a11y/Makefile.am @@ -23,13 +23,9 @@ accessibility_dump_SOURCES = \ TEST_PROGS += tree-performance -tree_performance_SOURCES = \ - tree-performance.c - TEST_PROGS += text -text_SOURCES = \ - text.c +TEST_PROGS += misc EXTRA_DIST += \ hello-world.ui hello-world.txt \ |