mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-22 01:49:48 +00:00
[#3731] Format meson.build
This commit is contained in:
parent
516c87a553
commit
8a1c1dfeb6
@ -15,19 +15,19 @@ foreach i : [
|
|||||||
'fuzz_unix_socket_kea_dhcp6',
|
'fuzz_unix_socket_kea_dhcp6',
|
||||||
'fuzz_config_kea_dhcp4/doc-examples',
|
'fuzz_config_kea_dhcp4/doc-examples',
|
||||||
'fuzz_config_kea_dhcp6/doc-examples',
|
'fuzz_config_kea_dhcp6/doc-examples',
|
||||||
|
|
||||||
]
|
]
|
||||||
command = run_command(
|
command = run_command(GRABBER, f'input/@i@', '*', check: true)
|
||||||
GRABBER,
|
|
||||||
f'input/@i@',
|
|
||||||
'*',
|
|
||||||
check: true,
|
|
||||||
)
|
|
||||||
foreach j : command.stdout().strip().split('\n')
|
foreach j : command.stdout().strip().split('\n')
|
||||||
# configure_file doesn't work with path segments in the output, so let
|
# configure_file doesn't work with path segments in the output, so let
|
||||||
# us simulate it with commands.
|
# us simulate it with commands.
|
||||||
run_command([f'mkdir', '-p', f'@TOP_BUILD_DIR@/fuzz/input/@i@'], check: true)
|
run_command(
|
||||||
run_command([f'cp', f'input/@i@/@j@', f'@TOP_BUILD_DIR@/fuzz/input/@i@/@j@'], check: true)
|
['mkdir', '-p', f'@TOP_BUILD_DIR@/fuzz/input/@i@'],
|
||||||
|
check: true,
|
||||||
|
)
|
||||||
|
run_command(
|
||||||
|
['cp', f'input/@i@/@j@', f'@TOP_BUILD_DIR@/fuzz/input/@i@/@j@'],
|
||||||
|
check: true,
|
||||||
|
)
|
||||||
endforeach
|
endforeach
|
||||||
endforeach
|
endforeach
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user