diff options
author | David Robillard <d@drobilla.net> | 2023-04-30 18:24:40 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2023-04-30 18:24:40 -0400 |
commit | 99a19fbc8e2604dc0b048c17b554d0c395810569 (patch) | |
tree | d075a961f3e87f277d301c5c9c06616499973b52 /test | |
parent | 956f9fe7b051dc1c96433b2204f61e74c2366015 (diff) | |
download | serd-99a19fbc8e2604dc0b048c17b554d0c395810569.tar.gz serd-99a19fbc8e2604dc0b048c17b554d0c395810569.tar.bz2 serd-99a19fbc8e2604dc0b048c17b554d0c395810569.zip |
Add long "help" and "version" options to serdi
Although serdi still "officially" has a BSD-style interface, meson uses
--version to find the version of executables. So, support that, and also add
--help, since users will often try that for unknown commands.
Diffstat (limited to 'test')
-rw-r--r-- | test/meson.build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/meson.build b/test/meson.build index 0502e833..cb98649e 100644 --- a/test/meson.build +++ b/test/meson.build @@ -146,6 +146,8 @@ simple_command_tests = { ['-z'], ], 'good': [ + ['--help'], + ['--version'], ['-h'], ['-s', '<go:>a<go:> .'], ['-v'], |