summaryrefslogtreecommitdiff
path: root/tools/testing/kunit/kunit.py
AgeCommit message (Expand)AuthorFilesLines
2020-06-26kunit: kunit_tool: Fix invalid result when build failsDavid Gow1-1/+3
2020-06-01kunit: Fix TabError, remove defconfig code and handle when there is no kunitc...Vitor Massaru Iha1-9/+18
2020-05-23kunit: use KUnit defconfig by defaultVitor Massaru Iha1-11/+3
2020-05-22kunit: use --build_dir=.kunit as defaultVitor Massaru Iha1-7/+6
2020-05-12kunit: kunit_tool: Separate out config/build/exec/parseDavid Gow1-56/+237
2020-03-24kunit: add --make_optionsGreg Thelen1-4/+10
2020-03-21kunit: Run all KUnit tests through allyesconfigHeidi Fahim1-12/+18
2020-02-20kunit: run kunit_tool from any directoryHeidi Fahim1-0/+12
2019-12-23kunit: Rename 'kunitconfig' to '.kunitconfig'SeongJae Park1-1/+1
2019-12-23kunit: Place 'test.log' under the 'build_dir'SeongJae Park1-1/+1
2019-12-23kunit: Create default config in '--build_dir'SeongJae Park1-2/+9
2019-12-23kunit: Remove duplicated defconfig creationSeongJae Park1-3/+0
2019-10-08kunit: Fix '--build_dir' optionSeongJae Park1-2/+4
2019-10-01kunit: defconfig: add defconfigs for building KUnit testsBrendan Higgins1-4/+24
2019-10-01kunit: tool: add Python wrappers for running KUnit testsFelix Guo1-0/+116