Re: [PATCH] printf: add tests for generic FourCCs

From: Tamir Duberstein
Date: Fri Mar 21 2025 - 10:53:54 EST


On Fri, Mar 21, 2025 at 10:23 AM Aditya Garg <gargaditya08@xxxxxxxx> wrote:
>
>
> Can you give me some docs for running the Kunit tests? The patch is basically a port of the original version.

I use:

tools/testing/kunit/kunit.py run --arch arm64 --make_options LLVM=1 printf

You can probably just use:

tools/testing/kunit/kunit.py run printf

It would also be useful to see raw output:

tools/testing/kunit/kunit.py run printf --raw_output