mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-08 09:40:10 +00:00
tests: Stop copying the tool tests
No point in doing that, and the meson feature we are using here is deprecated.
This commit is contained in:
parent
d6a4c65bfa
commit
676cd1e673
@ -3,12 +3,8 @@ if bash.found()
|
||||
test_env = environment()
|
||||
|
||||
foreach t : ['simplify', 'simplify-3to4', 'validate', 'settings']
|
||||
configure_file(output: t,
|
||||
input: '@0@.in'.format(t),
|
||||
copy: true,
|
||||
)
|
||||
test(t, bash,
|
||||
args: t,
|
||||
test(t,
|
||||
find_program(t, dirs: meson.current_source_dir()),
|
||||
workdir: meson.current_build_dir(),
|
||||
protocol: 'tap',
|
||||
env: [
|
||||
|
Loading…
Reference in New Issue
Block a user