From 2ab71c76aa855b59cadf63235ac7ce6492ad9164 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 23 Sep 2023 16:03:02 -0400 Subject: Format meson.build files with muon The less time wasted with manual code formatting, the better. --- test/meson.build | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'test/meson.build') diff --git a/test/meson.build b/test/meson.build index 06075b2..d305dad 100644 --- a/test/meson.build +++ b/test/meson.build @@ -18,7 +18,8 @@ if get_option('warning_level') == 'everything' reuse = find_program('reuse', required: false) if reuse.found() test( - 'REUSE', reuse, + 'REUSE', + reuse, args: ['--root', lilv_src_root, 'lint'], suite: 'data', ) @@ -93,7 +94,9 @@ unit_tests = [ ] define_args = [ - '-DLILV_TEST_BUNDLE="@0@/"'.format(meson.current_build_dir() / 'test_plugin.lv2'), + '-DLILV_TEST_BUNDLE="@0@/"'.format( + meson.current_build_dir() / 'test_plugin.lv2', + ), '-DLILV_TEST_DIR="@0@/"'.format(meson.current_build_dir()), ] -- cgit v1.2.1