diff options
author | David Robillard <d@drobilla.net> | 2019-05-05 12:36:01 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2021-03-08 23:23:06 -0500 |
commit | 8b353f1c530ae0f8d112648f34ea612c681ba57c (patch) | |
tree | 1910509a3f408e5647ff074c17682b8e885e5bf0 /test | |
parent | 0094dfffead41a6c3e84f9aad70911ffcb587fbd (diff) | |
download | serd-8b353f1c530ae0f8d112648f34ea612c681ba57c.tar.gz serd-8b353f1c530ae0f8d112648f34ea612c681ba57c.tar.bz2 serd-8b353f1c530ae0f8d112648f34ea612c681ba57c.zip |
Simplify handling of input string arguments
Diffstat (limited to 'test')
-rw-r--r-- | test/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/meson.build b/test/meson.build index 8c09a91a..6f6d7378 100644 --- a/test/meson.build +++ b/test/meson.build @@ -65,6 +65,7 @@ if get_option('utils') ['-o'], ['-p'], ['-r'], + ['-s'], ['-z'], ] |