summaryrefslogtreecommitdiff
path: root/lib/kunit/executor.c
AgeCommit message (Expand)Author
2021-10-19kunit: add 'kunit.action' param to allow listing out testsDaniel Latypov
2021-10-19kunit: fix too small allocation when using suite-only kunit.filter_globDaniel Latypov
2021-10-19kunit: tool: allow filtering test cases via globDaniel Latypov
2021-06-25kunit: add unit test for filtering suites by namesDaniel Latypov
2021-06-11kunit: Add 'kunit_shutdown' optionDavid Gow
2021-02-08kunit: add kunit.filter_glob cmdline option to filter suitesDaniel Latypov
2020-10-09kunit: test: add test plan to KUnit TAP formatBrendan Higgins
2020-10-09init: main: add KUnit to kernel initBrendan Higgins
2020-10-09kunit: test: create a single centralized executor for all testsAlan Maguire