summaryrefslogtreecommitdiffstats
path: root/tools/testing/kunit/kunit.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* tweewide: Fix most Shebang linesFinn Behrens2020-12-081-1/+1
* kunit: Do not pollute source directory with generated files (.kunitconfig)Andy Shevchenko2020-11-101-13/+12
* kunit: Fix kunit.py parse subcommand (use null build_dir)David Gow2020-11-101-1/+1
* kunit: tool: handle when .kunit exists but .kunitconfig does notBrendan Higgins2020-10-021-4/+8
* kunit: tool: allow generating test results in JSONHeidi Fahim2020-08-311-6/+29
* kunit: tool: fix running kunit_tool from outside kernel treeBrendan Higgins2020-08-311-8/+5
* Merge tag 'linux-kselftest-kunit-5.9-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2020-08-051-24/+0
|\
| * kunit: tool: fix improper treatment of file locationBrendan Higgins2020-07-171-24/+0
* | kunit: kunit_tool: Fix invalid result when build failsDavid Gow2020-06-261-1/+3
|/
* kunit: Fix TabError, remove defconfig code and handle when there is no kunitc...Vitor Massaru Iha2020-06-011-9/+18
* kunit: use KUnit defconfig by defaultVitor Massaru Iha2020-05-231-11/+3
* kunit: use --build_dir=.kunit as defaultVitor Massaru Iha2020-05-221-7/+6
* kunit: kunit_tool: Separate out config/build/exec/parseDavid Gow2020-05-121-56/+237
* kunit: add --make_optionsGreg Thelen2020-03-241-4/+10
* kunit: Run all KUnit tests through allyesconfigHeidi Fahim2020-03-201-12/+18
* kunit: run kunit_tool from any directoryHeidi Fahim2020-02-191-0/+12
* kunit: Rename 'kunitconfig' to '.kunitconfig'SeongJae Park2019-12-231-1/+1
* kunit: Place 'test.log' under the 'build_dir'SeongJae Park2019-12-231-1/+1
* kunit: Create default config in '--build_dir'SeongJae Park2019-12-231-2/+9
* kunit: Remove duplicated defconfig creationSeongJae Park2019-12-231-3/+0
* kunit: Fix '--build_dir' optionSeongJae Park2019-10-081-2/+4
* kunit: defconfig: add defconfigs for building KUnit testsBrendan Higgins2019-10-011-4/+24
* kunit: tool: add Python wrappers for running KUnit testsFelix Guo2019-10-011-0/+116