Re: [PATCH v3 4/6] kunit: add is_init test attribute

2023-12-11 Thread Rae Moar
On Sat, Dec 9, 2023 at 2:57 AM David Gow wrote: > > On Tue, 5 Dec 2023 at 06:19, Rae Moar wrote: > > > > Add is_init test attribute of type bool. Add to_string, get, and filter > > methods to lib/kunit/attributes.c. > > > > Mark each of the tests in the init section with the is_init=true attribut

Re: [PATCH v3 4/6] kunit: add is_init test attribute

2023-12-08 Thread David Gow
On Tue, 5 Dec 2023 at 06:19, Rae Moar wrote: > > Add is_init test attribute of type bool. Add to_string, get, and filter > methods to lib/kunit/attributes.c. > > Mark each of the tests in the init section with the is_init=true attribute. > > Add is_init to the attributes documentation. > > Signed-

[PATCH v3 4/6] kunit: add is_init test attribute

2023-12-04 Thread Rae Moar
Add is_init test attribute of type bool. Add to_string, get, and filter methods to lib/kunit/attributes.c. Mark each of the tests in the init section with the is_init=true attribute. Add is_init to the attributes documentation. Signed-off-by: Rae Moar --- .../dev-tools/kunit/running_tips.rst