summaryrefslogtreecommitdiffstats
path: root/tools/testing/kunit
Commit message (Expand)AuthorAgeFilesLines
* 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-221-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-112-60/+296
* Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2020-04-031-0/+1
|\
| * .gitignore: add SPDX License IdentifierMasahiro Yamada2020-03-251-0/+1
* | kunit: tool: add missing test data file contentBrendan Higgins2020-03-261-0/+33
* | kunit: subtests should be indented 4 spaces according to TAPAlan Maguire2020-03-261-5/+5
* | kunit: kunit_tool: Allow .kunitconfig to disable config itemsDavid Gow2020-03-252-20/+43
* | kunit: add --make_optionsGreg Thelen2020-03-232-14/+24
* | kunit: Run all KUnit tests through allyesconfigHeidi Fahim2020-03-205-36/+115
* | kunit: kunit_parser: make parser more robustHeidi Fahim2020-03-2010-20/+280
|/
* kunit: run kunit_tool from any directoryHeidi Fahim2020-02-191-0/+12
* kunit: test: Improve error messages for kunit_tool when kunitconfig is invalidHeidi Fahim2020-02-191-12/+16
* kunit/kunit_tool_test: Test '--build_dir' option runSeongJae Park2019-12-231-0/+8
* kunit: Rename 'kunitconfig' to '.kunitconfig'SeongJae Park2019-12-232-3/+3
* kunit: Place 'test.log' under the 'build_dir'SeongJae Park2019-12-233-4/+4
* kunit: Create default config in '--build_dir'SeongJae Park2019-12-232-4/+11
* kunit: Remove duplicated defconfig creationSeongJae Park2019-12-231-3/+0
* kunit: testing kunit: Bug fix in test_run_timeout functionHeidi Fahim2019-12-091-1/+1
* kunit: Fix '--build_dir' optionSeongJae Park2019-10-071-2/+4
* kunit: defconfig: add defconfigs for building KUnit testsBrendan Higgins2019-09-303-5/+29
* kunit: tool: add Python wrappers for running KUnit testsFelix Guo2019-09-3012-0/+1184