diff options
author | David Robillard <d@drobilla.net> | 2021-08-08 14:30:42 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-01-28 21:57:07 -0500 |
commit | 62a515492994a0320b1c45e87b4360adbf1ae9ba (patch) | |
tree | 4a12b44ded17f5a3d97e447449379c19dc1da53b /test | |
parent | 5aa146e1ce58d295b5f45446bbbbdbb30c8e557d (diff) | |
download | serd-62a515492994a0320b1c45e87b4360adbf1ae9ba.tar.gz serd-62a515492994a0320b1c45e87b4360adbf1ae9ba.tar.bz2 serd-62a515492994a0320b1c45e87b4360adbf1ae9ba.zip |
Move serdi to tools subdirectory
This separates the command-line tool code from the library implementation.
Diffstat (limited to 'test')
-rw-r--r-- | test/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
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()] |