Re: [PATCH 3/3] MAINTAINERS: Require kunit core tests for framework changes

2023-11-22 Thread Nikolai Kondrashov
On 11/20/23 20:48, Daniel Latypov wrote: On Wed, Nov 15, 2023 at 9:52 AM Nikolai Kondrashov wrote: +kunit core +-- + +:Summary: KUnit tests for the framework itself +:Superset: kunit +:Command: tools/testing/kunit/kunit.py run --kunitconfig lib/kunit Note: we'd want this to instead be

Re: [PATCH 3/3] MAINTAINERS: Require kunit core tests for framework changes

2023-11-20 Thread Daniel Latypov
On Wed, Nov 15, 2023 at 9:52 AM Nikolai Kondrashov wrote: > +kunit core > +-- > + > +:Summary: KUnit tests for the framework itself > +:Superset: kunit > +:Command: tools/testing/kunit/kunit.py run --kunitconfig lib/kunit Note: we'd want this to instead be ./tools/testing/kunit/run_chec

[PATCH 3/3] MAINTAINERS: Require kunit core tests for framework changes

2023-11-15 Thread Nikolai Kondrashov
Signed-off-by: Nikolai Kondrashov --- Documentation/process/tests.rst | 13 + MAINTAINERS | 1 + 2 files changed, 14 insertions(+) diff --git a/Documentation/process/tests.rst b/Documentation/process/tests.rst index 9a9ea3fe65c37..56a7911f69031 100644 --- a/Docum