Skip to content
Snippets Groups Projects
Commit 9bc93d3a authored by Simon Ser's avatar Simon Ser Committed by Jonas Ådahl
Browse files

build: fix indentation in tests/meson.build


The rest of the file uses tabs, not spaces.

Signed-off-by: Simon Ser's avatarSimon Ser <contact@emersion.fr>
parent 26843d61
No related branches found
No related tags found
1 merge request!83build: minor fixups
...@@ -11,10 +11,10 @@ foreach protocol_file : protocol_files ...@@ -11,10 +11,10 @@ foreach protocol_file : protocol_files
protocol_path = join_paths(wayland_protocols_srcdir, protocol_file) protocol_path = join_paths(wayland_protocols_srcdir, protocol_file)
test_name = 'scan-@0@'.format(protocol_file.underscorify()) test_name = 'scan-@0@'.format(protocol_file.underscorify())
test(test_name, prog_scan_sh, test(test_name, prog_scan_sh,
args: protocol_path, args: protocol_path,
env: [ env: [
'SCANNER=@0@'.format(prog_scanner.path()), 'SCANNER=@0@'.format(prog_scanner.path()),
] ]
) )
endforeach endforeach
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment