aboutsummaryrefslogtreecommitdiff
path: root/lib/kunit/test.c
AgeCommit message (Expand)Author
2020-12-02kunit: Support for Parameterized TestingArpitha Raghunandan
2020-10-18Merge tag 'linux-kselftest-kunit-5.10-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2020-10-13KUnit: KASAN IntegrationPatricia Alfonso
2020-10-09kunit: test: add test plan to KUnit TAP formatBrendan Higgins
2020-10-09kunit: test: create a single centralized executor for all testsAlan Maguire
2020-06-26kunit: add support for named resourcesAlan Maguire
2020-06-26kunit: generalize kunit_resource API beyond allocated resourcesAlan Maguire
2020-04-23kunit: Add missing newline in summary messageMarco Elver
2020-03-26kunit: subtests should be indented 4 spaces according to TAPAlan Maguire
2020-03-26kunit: add debugfs /sys/kernel/debug/kunit/<suite>/results displayAlan Maguire
2020-01-09kunit: allow kunit to be loaded as a moduleAlan Maguire
2020-01-09kunit: allow kunit tests to be loaded as a moduleAlan Maguire
2020-01-09kunit: hide unexported try-catch interface in try-catch-impl.hAlan Maguire
2020-01-09kunit: move string-stream.h to lib/kunitAlan Maguire
2019-09-30kunit: fix failure to build without printkBrendan Higgins
2019-09-30kunit: test: add support for test abortBrendan Higgins
2019-09-30kunit: test: add the concept of expectationsBrendan Higgins
2019-09-30kunit: test: add test resource management APIBrendan Higgins
2019-09-30kunit: test: add KUnit test runner coreBrendan Higgins