[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <53395c4b-8e7e-4871-aeed-cf56215a3c26@lkcamp.dev>
Date: Mon, 23 Sep 2024 12:42:14 -0300
From: Pedro Orlando <porlando@...amp.dev>
To: Gabriela Bittencourt <gbittencourt@...amp.dev>,
Gabriel Krisman Bertazi <krisman@...nel.org>, linux-fsdevel@...r.kernel.org,
linux-kernel@...r.kernel.org, ~lkcamp/patches@...ts.sr.ht,
dpereira@...amp.dev
Cc: linux-kselftest@...r.kernel.org, kunit-dev@...glegroups.com,
Pedro Orlando <porlando@...amp.dev>
Subject: Re: [PATCH 0/2] unicode: kunit: refactor selftest to kunit tests
+CC linux-kselftest
-------
On 22/09/2024 17:16, Gabriela Bittencourt wrote:
> Hey all,
>
> We are making these changes as part of a KUnit Hackathon at LKCamp [1].
>
> This patch sets out to refactor fs/unicode/utf8-selftest.c to KUnit tests.
>
> The first commit is the refactoring itself from self test into KUnit, while
> the second one applies the naming style conventions.
>
> We appreciate any feedback and suggestions. :)
>
> [1] https://lkcamp.dev/about/
>
> Co-developed-by: Pedro Orlando <porlando@...amp.dev>
> Co-developed-by: Danilo Pereira <dpereira@...amp.dev>
> Signed-off-by: Pedro Orlando <porlando@...amp.dev>
> Signed-off-by: Danilo Pereira <dpereira@...amp.dev>
> Signed-off-by: Gabriela Bittencourt <gbittencourt@...amp.dev>
>
> Gabriela Bittencourt (2):
> unicode: kunit: refactor selftest to kunit tests
> unicode: kunit: change tests filename and path
>
> fs/unicode/Kconfig | 5 +-
> fs/unicode/Makefile | 2 +-
> fs/unicode/tests/.kunitconfig | 3 +
> .../{utf8-selftest.c => tests/utf8_kunit.c} | 152 ++++++++----------
> 4 files changed, 76 insertions(+), 86 deletions(-)
> create mode 100644 fs/unicode/tests/.kunitconfig
> rename fs/unicode/{utf8-selftest.c => tests/utf8_kunit.c} (63%)
>
Powered by blists - more mailing lists