diff --git a/meson.build b/meson.build index 9c35a701dd4..25b50102648 100644 --- a/meson.build +++ b/meson.build @@ -2132,7 +2132,7 @@ endif conf.set10('ENABLE_UKIFY', want_ukify) ############################################################ -# + elf2efi_lds = project_source_root / 'tools/elf2efi.lds' elf2efi_py = find_program('tools/elf2efi.py') export_dbus_interfaces_py = find_program('tools/dbus_exporter.py') @@ -4462,10 +4462,10 @@ foreach test : tests message('@0@ is an unsafe test'.format(name)) elif want_tests != 'false' test(name, exe, - env : test_env, - timeout : test.get('timeout', 30), - suite : suite, - is_parallel : test.get('parallel', true)) + env : test_env, + timeout : test.get('timeout', 30), + suite : suite, + is_parallel : test.get('parallel', true)) endif endforeach