commit | 2cf45281570f76f973bd8d17596684d1875002df | [log] [tgz] |
---|---|---|
author | Rae Moar <rmoar@google.com> | Wed Dec 13 19:44:18 2023 +0000 |
committer | Shuah Khan <skhan@linuxfoundation.org> | Mon Dec 18 13:21:15 2023 -0700 |
tree | 3d80aec2f675a255e91713828a209af83bed8baa | |
parent | d81f0d7b8b23ec79f80be602ed6129ded27862e8 [diff] |
kunit: add example suite to test init suites Add example_init_test_suite to allow for testing the feature of running test suites marked as init to indicate they use init data and/or functions. This suite should always pass and uses a simple init function. This suite can also be used to test the is_init attribute introduced in the next patch. Signed-off-by: Rae Moar <rmoar@google.com> Reviewed-by: David Gow <davidgow@google.com> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>