aboutsummaryrefslogtreecommitdiffstats
path: root/test/meson.build
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-08-08 14:30:42 -0400
committerDavid Robillard <d@drobilla.net>2022-01-28 21:57:07 -0500
commit62a515492994a0320b1c45e87b4360adbf1ae9ba (patch)
tree4a12b44ded17f5a3d97e447449379c19dc1da53b /test/meson.build
parent5aa146e1ce58d295b5f45446bbbbdbb30c8e557d (diff)
downloadserd-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/meson.build')
-rw-r--r--test/meson.build2
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()]