Re: [PATCH] lib: Move KUnit tests into tests/ subdirectory

2024-08-12 Thread Steven Rostedt
On Sat, 20 Jul 2024 11:10:30 -0700 Kees Cook wrote: > Following from the recent KUnit file naming discussion[1], move all > KUnit tests in lib/ into lib/tests/. > > Link: https://lore.kernel.org/lkml/20240720165441.it.320-k...@kernel.org/ [1] > Signed-off-by: Kees Cook > --- Strong-Acked-by: S

Re: [PATCH] lib: Move KUnit tests into tests/ subdirectory

2024-07-24 Thread Kees Cook
On Wed, Jul 24, 2024 at 02:43:15PM +0800, David Gow wrote: > On Sun, 21 Jul 2024 at 02:10, Kees Cook wrote: > > > > Following from the recent KUnit file naming discussion[1], move all > > KUnit tests in lib/ into lib/tests/. > > > > Link: https://lore.kernel.org/lkml/20240720165441.it.320-k...@ker

Re: [PATCH] lib: Move KUnit tests into tests/ subdirectory

2024-07-23 Thread David Gow
On Sun, 21 Jul 2024 at 02:10, Kees Cook wrote: > > Following from the recent KUnit file naming discussion[1], move all > KUnit tests in lib/ into lib/tests/. > > Link: https://lore.kernel.org/lkml/20240720165441.it.320-k...@kernel.org/ [1] > Signed-off-by: Kees Cook > --- > I can carry this in th

Re: [PATCH] lib: Move KUnit tests into tests/ subdirectory

2024-07-22 Thread Google
On Sat, 20 Jul 2024 11:10:30 -0700 Kees Cook wrote: > Following from the recent KUnit file naming discussion[1], move all > KUnit tests in lib/ into lib/tests/. > > Link: https://lore.kernel.org/lkml/20240720165441.it.320-k...@kernel.org/ [1] > Signed-off-by: Kees Cook This looks good to me.

Re: [PATCH] lib: Move KUnit tests into tests/ subdirectory

2024-07-22 Thread Jakub Kicinski
On Sat, 20 Jul 2024 11:10:30 -0700 Kees Cook wrote: > Following from the recent KUnit file naming discussion[1], move all > KUnit tests in lib/ into lib/tests/. > > Link: https://lore.kernel.org/lkml/20240720165441.it.320-k...@kernel.org/ [1] > Signed-off-by: Kees Cook Makes sense: Acked-by: Ja