-
- Downloads
kunit: add is_init test attribute
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. Reviewed-by:David Gow <davidgow@google.com> Signed-off-by:
Rae Moar <rmoar@google.com> Signed-off-by:
Shuah Khan <skhan@linuxfoundation.org>
Showing
- Documentation/dev-tools/kunit/running_tips.rst 7 additions, 0 deletionsDocumentation/dev-tools/kunit/running_tips.rst
- include/kunit/test.h 1 addition, 0 deletionsinclude/kunit/test.h
- lib/kunit/attributes.c 60 additions, 0 deletionslib/kunit/attributes.c
- lib/kunit/executor.c 5 additions, 1 deletionlib/kunit/executor.c
Please register or sign in to comment