mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-08 17:50:10 +00:00
build: Remove wrong kwargs from a11y test()s
test() does not take install: or install_dir: kwargs.
This commit is contained in:
parent
8c3fc06baf
commit
4fbe313cbc
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user