OpenCloudOS-Kernel/lib/kunit
Rae Moar 25e324bc9c kunit: fix struct kunit_attr header
Add parameter descriptions to struct kunit_attr header for the
parameters attr_default and print.

Fixes: 39e92cb1e4 ("kunit: Add test attributes API structure")

Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202308180127.VD7YRPGa-lkp@intel.com/

Signed-off-by: Rae Moar <rmoar@google.com>
Reviewed-by: David Gow <davidgow@google.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
2023-08-21 08:07:56 -06:00
..
.kunitconfig
Kconfig kunit: Allow kunit test modules to use test filtering 2023-08-08 13:46:18 -06:00
Makefile
assert.c
attributes.c kunit: fix struct kunit_attr header 2023-08-21 08:07:56 -06:00
debugfs.c
debugfs.h
executor.c kunit: Allow kunit test modules to use test filtering 2023-08-08 13:46:18 -06:00
executor_test.c kunit: Report the count of test suites in a module 2023-08-08 13:46:05 -06:00
hooks-impl.h
hooks.c
kunit-example-test.c kunit: Add speed attribute 2023-07-26 13:29:04 -06:00
kunit-test.c
resource.c
static_stub.c
string-stream-test.c
string-stream.c
string-stream.h
test.c kunit: Allow kunit test modules to use test filtering 2023-08-08 13:46:18 -06:00
try-catch-impl.h
try-catch.c