summaryrefslogtreecommitdiffstats
path: root/lib/kunit/executor.c
Commit message (Expand)AuthorAgeFilesLines
* kunit: add 'kunit.action' param to allow listing out testsDaniel Latypov2021-10-191-5/+40
* kunit: fix too small allocation when using suite-only kunit.filter_globDaniel Latypov2021-10-191-1/+1
* kunit: tool: allow filtering test cases via globDaniel Latypov2021-10-191-11/+96
* kunit: add unit test for filtering suites by namesDaniel Latypov2021-06-251-14/+19
* kunit: Add 'kunit_shutdown' optionDavid Gow2021-06-111-0/+20
* kunit: add kunit.filter_glob cmdline option to filter suitesDaniel Latypov2021-02-081-9/+84
* kunit: test: add test plan to KUnit TAP formatBrendan Higgins2020-10-091-0/+17
* init: main: add KUnit to kernel initBrendan Higgins2020-10-091-3/+1
* kunit: test: create a single centralized executor for all testsAlan Maguire2020-10-091-0/+28