Re: [igt-dev] [PATCH i-g-t v2 1/4] lib/igt_kmod: rename kselftest functions to ktest

2022-09-09 Thread Janusz Krzysztofik
On Monday, 29 August 2022 02:09:17 CEST Isabella Basso wrote: > This aims at making IGT's structure more general to different kernel > testing frameworks such as KUnit, as they use a lot of the same > functionality. > > Signed-off-by: Isabella Basso LGTM Reviewed-by: Janusz Krzysztofik > ---

[PATCH i-g-t v2 1/4] lib/igt_kmod: rename kselftest functions to ktest

2022-08-28 Thread Isabella Basso
This aims at making IGT's structure more general to different kernel testing frameworks such as KUnit, as they use a lot of the same functionality. Signed-off-by: Isabella Basso --- lib/igt_kmod.c | 22 +++--- lib/igt_kmod.h | 12 ++-- 2 files changed, 17 insertions(+), 1