summaryrefslogtreecommitdiffstats
path: root/lib/kunit/executor.c
AgeCommit message (Expand)AuthorLines
2022-09-30kunit: add kunit.enable to enable/disable KUnit testJoe Fradley-0/+4
2022-07-14kunit: executor: Fix a memory leak on failure in kunit_filter_testsDavid Gow-1/+3
2022-07-11kunit: flatten kunit_suite*** to kunit_suite** in .kunit_test_suitesDaniel Latypov-87/+28
2022-07-07kunit: use kmemdup in kunit_filter_tests(), take suite as constDaniel Latypov-4/+2
2022-05-17kunit: fix executor OOM error handling logic on non-UMLDaniel Latypov-4/+5
2022-05-12kunit: bail out of test filtering logic quicker if OOMDaniel Latypov-5/+22
2021-10-19kunit: add 'kunit.action' param to allow listing out testsDaniel Latypov-5/+40
2021-10-19kunit: fix too small allocation when using suite-only kunit.filter_globDaniel Latypov-1/+1
2021-10-19kunit: tool: allow filtering test cases via globDaniel Latypov-11/+96
2021-06-25kunit: add unit test for filtering suites by namesDaniel Latypov-14/+19
2021-06-11kunit: Add 'kunit_shutdown' optionDavid Gow-0/+20
2021-02-08kunit: add kunit.filter_glob cmdline option to filter suitesDaniel Latypov-9/+84
2020-10-09kunit: test: add test plan to KUnit TAP formatBrendan Higgins-0/+17
2020-10-09init: main: add KUnit to kernel initBrendan Higgins-3/+1
2020-10-09kunit: test: create a single centralized executor for all testsAlan Maguire-0/+28