From bd80b34ca81d6849561ddba98c745e4f72d9f7c5 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Mon, 17 Jun 2019 22:16:03 +0200 Subject: [PATCH] meson: a11y tests: don't build testfocus.c, autotools doesn't dist it And the resulting binary isn't used anyway --- testsuite/a11y/meson.build | 5 ----- 1 file changed, 5 deletions(-) diff --git a/testsuite/a11y/meson.build b/testsuite/a11y/meson.build index 538c563608..d8168ffb04 100644 --- a/testsuite/a11y/meson.build +++ b/testsuite/a11y/meson.build @@ -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,