From 99a19fbc8e2604dc0b048c17b554d0c395810569 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 30 Apr 2023 18:24:40 -0400 Subject: 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. --- test/meson.build | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test') 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', 'a .'], ['-v'], -- cgit v1.2.1