Re: [PATCH 3/4] rtla: Add unit tests for CLI with unset
Wander Lairson Costa <[email protected]>
| Newsgroups | org.kernel.vger.linux-trace-kernel,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Jun 29, 2026 at 10:36:53AM +0200, Tomas Glozar wrote: > Test parsing of command line that sets an option and then unsets it back > to the default value in all tools. > > Only two CLI tests are added for each tool: short period option (-p ... > --no-period) and long period option (--period ... --no-period). The > logic specific for individual options is tested in opt callback tests > already. > > Signed-off-by: Tomas Glozar <[email protected]> Reviewed-by: Wander Lairson Costa <[email protected]>