diff options
author | Rae Moar <rmoar@google.com> | 2023-07-25 21:25:14 +0000 |
---|---|---|
committer | Shuah Khan <skhan@linuxfoundation.org> | 2023-07-26 13:29:09 -0600 |
commit | a00a72709175a4d53096301a8792b8171d1223e5 (patch) | |
tree | 40eafdbbc2e0416eea039b758d3addb63667a86f /lib/kunit/test.c | |
parent | 02c2d0c2a84172c3c7ec0229c61db55d23dd4730 (diff) |
kunit: Add module attribute
Add module attribute to the test attribute API. This attribute stores the
module name associated with the test using KBUILD_MODNAME.
The name of a test suite and the module name often do not match. A
reference to the module name associated with the suite could be extremely
helpful in running tests as modules without needing to check the codebase.
This attribute will be printed for each suite.
Reviewed-by: David Gow <davidgow@google.com>
Signed-off-by: Rae Moar <rmoar@google.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Diffstat (limited to 'lib/kunit/test.c')
0 files changed, 0 insertions, 0 deletions