kcsan: test: use new suite_{init,exit} support
authorMarco Elver <elver@google.com>
Wed, 4 May 2022 07:09:41 +0000 (09:09 +0200)
committerShuah Khan <skhan@linuxfoundation.org>
Mon, 16 May 2022 19:23:49 +0000 (13:23 -0600)
commit2434031c7cb4906be2d380981caa1f87d8899288
treedecfe787b8751ee64172bda3a80c2a70a24de899
parentb18d28475264f5a4f193f047df6618b78127211e
kcsan: test: use new suite_{init,exit} support

Use the newly added suite_{init,exit} support for suite-wide init and
cleanup. This avoids the unsupported method by which the test used to do
suite-wide init and cleanup (avoiding issues such as missing TAP
headers, and possible future conflicts).

Signed-off-by: Marco Elver <elver@google.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
kernel/kcsan/kcsan_test.c