diff options
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()] |