build: Remove wrong kwargs from a11y test()s

test() does not take install: or install_dir: kwargs.
This commit is contained in:
Timm Bäder 2017-08-15 14:48:43 +02:00
parent 8c3fc06baf
commit 4fbe313cbc

View File

@ -18,9 +18,7 @@ foreach t: a11y_tests
'@0@.c'.format(t),
dependencies: libgtk_dep),
args: [ '--tap', '-k', ],
env: installed_test_env,
install: true,
install_dir: installed_test_bindir)
env: installed_test_env)
endforeach
a11y_installed_tests = [