aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/kunit/kunit_kernel.py (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-15kunit: tool: move kunitconfig parsing into __init__, make it optionalDaniel Latypov1-12/+13
2021-01-15kunit: tool: surface and address more typing issuesDaniel Latypov1-18/+19
2021-01-04kunit: tool: Force the use of the 'tty' console for UMLDavid Gow1-1/+1
2020-11-30kunit: Introduce get_file_path() helperAndy Shevchenko1-15/+9
2020-11-10kunit: tool: print out stderr from make (like build warnings)Daniel Latypov1-4/+9
2020-11-10kunit: Do not pollute source directory with generated files (test.log)Andy Shevchenko1-3/+11
2020-11-10kunit: Do not pollute source directory with generated files (.kunitconfig)Andy Shevchenko1-5/+19
2020-10-09kunit: tool: fix display of make errorsDaniel Latypov1-6/+6
2020-09-23kunit: tool: fix --alltests flagBrendan Higgins1-5/+10
2020-07-17kunit: capture stderr on all make subprocess callsWill Chen1-3/+3
2020-03-23kunit: add --make_optionsGreg Thelen1-10/+14
2020-03-20kunit: Run all KUnit tests through allyesconfigHeidi Fahim1-17/+45
2020-02-19kunit: test: Improve error messages for kunit_tool when kunitconfig is invalidHeidi Fahim1-12/+16
2019-12-23kunit: Rename 'kunitconfig' to '.kunitconfig'SeongJae Park1-2/+2
2019-12-23kunit: Place 'test.log' under the 'build_dir'SeongJae Park1-2/+2
2019-12-23kunit: Create default config in '--build_dir'SeongJae Park1-2/+2
2019-09-30kunit: defconfig: add defconfigs for building KUnit testsBrendan Higgins1-1/+2
2019-09-30kunit: tool: add Python wrappers for running KUnit testsFelix Guo1-0/+148