Re: [PATCH] kunit: Kconfig: enable a KUNIT_RUN_ALL fragment

2020-05-05 Thread Anders Roxell
On Sat, 2 May 2020 at 04:11, David Gow wrote: > > On Sat, May 2, 2020 at 4:31 AM Brendan Higgins > wrote: > > > > On Fri, May 1, 2020 at 1:35 AM Anders Roxell > > wrote: > > > > > > Make it easier to enable all KUnit fragments. This is needed for kernel > > > test-systems, so its easy to get

Re: [PATCH] kunit: Kconfig: enable a KUNIT_RUN_ALL fragment

2020-05-01 Thread David Gow
On Sat, May 2, 2020 at 4:31 AM Brendan Higgins wrote: > > On Fri, May 1, 2020 at 1:35 AM Anders Roxell wrote: > > > > Make it easier to enable all KUnit fragments. This is needed for kernel > > test-systems, so its easy to get all KUnit tests enabled and if new gets > > added they will be

Re: [PATCH] kunit: Kconfig: enable a KUNIT_RUN_ALL fragment

2020-05-01 Thread Brendan Higgins
On Fri, May 1, 2020 at 1:35 AM Anders Roxell wrote: > > Make it easier to enable all KUnit fragments. This is needed for kernel > test-systems, so its easy to get all KUnit tests enabled and if new gets > added they will be enabled as well. Fragments that has to be builtin > will be missed if

Re: [PATCH] kunit: Kconfig: enable a KUNIT_RUN_ALL fragment

2020-05-01 Thread Anders Roxell
On Fri, 1 May 2020 at 11:57, Marco Elver wrote: > > On Fri, 1 May 2020 at 10:35, Anders Roxell wrote: > > > > Make it easier to enable all KUnit fragments. This is needed for kernel > > test-systems, so its easy to get all KUnit tests enabled and if new gets > > added they will be enabled as

Re: [PATCH] kunit: Kconfig: enable a KUNIT_RUN_ALL fragment

2020-05-01 Thread Marco Elver
On Fri, 1 May 2020 at 10:35, Anders Roxell wrote: > > Make it easier to enable all KUnit fragments. This is needed for kernel > test-systems, so its easy to get all KUnit tests enabled and if new gets > added they will be enabled as well. Fragments that has to be builtin > will be missed if

[PATCH] kunit: Kconfig: enable a KUNIT_RUN_ALL fragment

2020-05-01 Thread Anders Roxell
Make it easier to enable all KUnit fragments. This is needed for kernel test-systems, so its easy to get all KUnit tests enabled and if new gets added they will be enabled as well. Fragments that has to be builtin will be missed if CONFIG_KUNIT_RUN_ALL is set as a module. Adding 'if