Re: [PATCH 3/3] kunit: Allow kunit test modules to use test filtering

From: Janusz Krzysztofik
Date: Sat Jul 29 2023 - 11:58:33 EST


On Friday, 28 July 2023 19:24:55 CEST kernel test robot wrote:
> >> lib/kunit/executor.c:182:42: warning: declaration of 'struct suite_set'
will not be visible outside of this function [-Wvisibility]
> 182 | static void kunit_exec_list_tests(struct suite_set *suite_set)
> | ^

I've apparently broken this patch while reordering patches in the series.
Sorry for submitting that untested. Please expect v2 soon.

Thanks,
Janusz