Re: [PATCH v3 3/6] sysinfo: Add a test

2023-07-14 Thread Marek Vasut
On 7/14/23 18:43, Detlev Casanova wrote: The test runs one of each subcommand and checks that the output matches the values in the sandbox sysinfo driver. Signed-off-by: Detlev Casanova Nice Reviewed-by: Marek Vasut

[PATCH v3 3/6] sysinfo: Add a test

2023-07-14 Thread Detlev Casanova
The test runs one of each subcommand and checks that the output matches the values in the sandbox sysinfo driver. Signed-off-by: Detlev Casanova --- configs/sandbox_defconfig | 1 + drivers/sysinfo/sandbox.c | 17 + test/cmd/Makefile | 1 + test/cmd/test_sysinfo.c | 51