From 62a515492994a0320b1c45e87b4360adbf1ae9ba Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 8 Aug 2021 14:30:42 -0400 Subject: Move serdi to tools subdirectory This separates the command-line tool code from the library implementation. --- test/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/meson.build') diff --git a/test/meson.build b/test/meson.build index 898062f0..2cf3f32c 100644 --- a/test/meson.build +++ b/test/meson.build @@ -50,7 +50,7 @@ if autoship.found() test('autoship', autoship, args: ['test', serd_src_root], suite: 'data') endif -if get_option('utils') +if is_variable('serdi') if wrapper != '' script_args = ['--wrapper', wrapper, '--serdi', serdi.full_path()] -- cgit v1.2.1