Re: [PATCH v2 2/2] unicode: kunit: change tests filename and path

2025-02-12 Thread Kees Cook
On Wed, Feb 12, 2025 at 05:31:59PM +0800, David Gow wrote: > On Wed, 12 Feb 2025 at 14:45, Thorsten Leemhuis wrote: > > > > On 04.10.24 21:00, Gabriel Krisman Bertazi wrote: > > > Pedro Orlando writes: > > >> From: Gabriela Bittencourt > > >> > > >> Change utf8 kunit test filename and path to fo

Re: [PATCH v2 2/2] unicode: kunit: change tests filename and path

2025-02-12 Thread Thorsten Leemhuis
On 12.02.25 07:45, Thorsten Leemhuis wrote: > On 04.10.24 21:00, Gabriel Krisman Bertazi wrote: >> Pedro Orlando writes: > [...] >> This breaks compilation for me. >> >> fs/unicode/tests/utf8_kunit.c:11:10: fatal error: utf8n.h: No such file or >> directory >>11 | #include "utf8n.h" >>

Re: [PATCH v2 2/2] unicode: kunit: change tests filename and path

2025-02-12 Thread David Gow
On Wed, 12 Feb 2025 at 14:45, Thorsten Leemhuis wrote: > > On 04.10.24 21:00, Gabriel Krisman Bertazi wrote: > > Pedro Orlando writes: > >> From: Gabriela Bittencourt > >> > >> Change utf8 kunit test filename and path to follow the style > >> convention on Documentation/dev-tools/kunit/style.rst

Re: [PATCH v2 2/2] unicode: kunit: change tests filename and path

2025-02-11 Thread Thorsten Leemhuis
On 04.10.24 21:00, Gabriel Krisman Bertazi wrote: > Pedro Orlando writes: >> From: Gabriela Bittencourt >> >> Change utf8 kunit test filename and path to follow the style >> convention on Documentation/dev-tools/kunit/style.rst >> >> Co-developed-by: Pedro Orlando >> Signed-off-by: Pedro Orlando