meson: a11y tests: don't build testfocus.c, autotools doesn't dist it

And the resulting binary isn't used anyway
This commit is contained in:
Christoph Reiter 2019-06-17 22:16:03 +02:00
parent f0038fad63
commit bd80b34ca8

View File

@ -43,11 +43,6 @@ skipped_tests = [
'colorchooser',
]
a11y_testfocus_bin = executable('testfocus',
'testfocus.c',
dependencies: libgtk_dep,
)
a11y_dump_bin = executable('accessibility-dump',
'accessibility-dump.c',
dependencies: libgtk_dep,