linux/tools/testing/kunit
Brendan Higgins 45dcbb6f5e kunit: test: add test plan to KUnit TAP format
TAP 14 allows an optional test plan to be emitted before the start of
the start of testing[1]; this is valuable because it makes it possible
for a test harness to detect whether the number of tests run matches the
number of tests expected to be run, ensuring that no tests silently
failed.

Link[1]: https://github.com/isaacs/testanything.github.io/blob/tap14/tap-version-14-specification.md#the-plan
Signed-off-by: Brendan Higgins <brendanhiggins@google.com>
Reviewed-by: Stephen Boyd <sboyd@kernel.org>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
2020-10-09 14:37:49 -06:00
..
configs kunit: Run all KUnit tests through allyesconfig 2020-03-20 16:17:39 -06:00
test_data kunit: test: add test plan to KUnit TAP format 2020-10-09 14:37:49 -06:00
.gitattributes kunit: kunit_parser: make parser more robust 2020-03-20 16:15:57 -06:00
.gitignore .gitignore: add SPDX License Identifier 2020-03-25 11:50:48 +01:00
kunit_config.py kunit: kunit_config: Fix parsing of CONFIG options with space 2020-06-26 14:27:35 -06:00
kunit_kernel.py kunit: capture stderr on all make subprocess calls 2020-07-17 14:13:19 -06:00
kunit_parser.py kunit: test: add test plan to KUnit TAP format 2020-10-09 14:37:49 -06:00
kunit_tool_test.py linux-kselftest-kunit-5.9-rc1 2020-08-05 10:07:39 -07:00
kunit.py linux-kselftest-kunit-5.9-rc1 2020-08-05 10:07:39 -07:00