Re: [PATCH 1/2] kcsan: Make test follow KUnit style recommendations

2021-01-26 Thread Marco Elver
On Tue, 26 Jan 2021 at 05:35, David Gow wrote: > > On Thu, Jan 14, 2021 at 12:06 AM Marco Elver wrote: > > > > Per recently added KUnit style recommendations at > > Documentation/dev-tools/kunit/style.rst, make the following changes to > > the KCSAN test: > > > > 1. Rename 'kcsan-test.c'

Re: [PATCH 1/2] kcsan: Make test follow KUnit style recommendations

2021-01-26 Thread David Gow
On Thu, Jan 14, 2021 at 12:06 AM Marco Elver wrote: > > Per recently added KUnit style recommendations at > Documentation/dev-tools/kunit/style.rst, make the following changes to > the KCSAN test: > > 1. Rename 'kcsan-test.c' to 'kcsan_test.c'. > > 2. Rename suite name 'kcsan-test'

[PATCH 1/2] kcsan: Make test follow KUnit style recommendations

2021-01-13 Thread Marco Elver
Per recently added KUnit style recommendations at Documentation/dev-tools/kunit/style.rst, make the following changes to the KCSAN test: 1. Rename 'kcsan-test.c' to 'kcsan_test.c'. 2. Rename suite name 'kcsan-test' to 'kcsan'. 3. Rename CONFIG_KCSAN_TEST to CONFIG_KCSAN_K