summaryrefslogtreecommitdiffstats
path: root/tools/testing/kunit/kunit_kernel.py
Commit message (Expand)AuthorAgeFilesLines
* kunit: tool: make --kunitconfig accept dirs, add lib/kunit fragmentDaniel Latypov2021-04-021-0/+2
* kunit: tool: fix unintentional statefulness in run_kernel()Daniel Latypov2021-02-081-1/+3
* kunit: tool: add support for filtering suites by globDaniel Latypov2021-02-081-1/+3
* kunit: make kunit_tool accept optional path to .kunitconfig fragmentDaniel Latypov2021-02-081-4/+8
* kunit: tool: move kunitconfig parsing into __init__, make it optionalDaniel Latypov2021-01-151-12/+13
* kunit: tool: surface and address more typing issuesDaniel Latypov2021-01-151-18/+19
* kunit: tool: Force the use of the 'tty' console for UMLDavid Gow2021-01-041-1/+1
* kunit: Introduce get_file_path() helperAndy Shevchenko2020-11-301-15/+9
* kunit: tool: print out stderr from make (like build warnings)Daniel Latypov2020-11-101-4/+9
* kunit: Do not pollute source directory with generated files (test.log)Andy Shevchenko2020-11-101-3/+11
* kunit: Do not pollute source directory with generated files (.kunitconfig)Andy Shevchenko2020-11-101-5/+19
* kunit: tool: fix display of make errorsDaniel Latypov2020-10-091-6/+6
* kunit: tool: fix --alltests flagBrendan Higgins2020-09-231-5/+10
* kunit: capture stderr on all make subprocess callsWill Chen2020-07-171-3/+3
* kunit: add --make_optionsGreg Thelen2020-03-231-10/+14
* kunit: Run all KUnit tests through allyesconfigHeidi Fahim2020-03-201-17/+45
* kunit: test: Improve error messages for kunit_tool when kunitconfig is invalidHeidi Fahim2020-02-191-12/+16
* kunit: Rename 'kunitconfig' to '.kunitconfig'SeongJae Park2019-12-231-2/+2
* kunit: Place 'test.log' under the 'build_dir'SeongJae Park2019-12-231-2/+2
* kunit: Create default config in '--build_dir'SeongJae Park2019-12-231-2/+2
* kunit: defconfig: add defconfigs for building KUnit testsBrendan Higgins2019-09-301-1/+2
* kunit: tool: add Python wrappers for running KUnit testsFelix Guo2019-09-301-0/+148