aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/kunit (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdxLinus Torvalds1-0/+1
2020-03-26kunit: tool: add missing test data file contentBrendan Higgins1-0/+33
2020-03-26kunit: subtests should be indented 4 spaces according to TAPAlan Maguire1-5/+5
2020-03-25kunit: kunit_tool: Allow .kunitconfig to disable config itemsDavid Gow2-20/+43
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada1-0/+1
2020-03-23kunit: add --make_optionsGreg Thelen2-14/+24
2020-03-20kunit: Run all KUnit tests through allyesconfigHeidi Fahim5-36/+115
2020-03-20kunit: kunit_parser: make parser more robustHeidi Fahim10-20/+280
2020-02-19kunit: run kunit_tool from any directoryHeidi Fahim1-0/+12
2020-02-19kunit: test: Improve error messages for kunit_tool when kunitconfig is invalidHeidi Fahim1-12/+16
2019-12-23kunit/kunit_tool_test: Test '--build_dir' option runSeongJae Park1-0/+8
2019-12-23kunit: Rename 'kunitconfig' to '.kunitconfig'SeongJae Park2-3/+3
2019-12-23kunit: Place 'test.log' under the 'build_dir'SeongJae Park3-4/+4
2019-12-23kunit: Create default config in '--build_dir'SeongJae Park2-4/+11
2019-12-23kunit: Remove duplicated defconfig creationSeongJae Park1-3/+0
2019-12-09kunit: testing kunit: Bug fix in test_run_timeout functionHeidi Fahim1-1/+1
2019-10-07kunit: Fix '--build_dir' optionSeongJae Park1-2/+4
2019-09-30kunit: defconfig: add defconfigs for building KUnit testsBrendan Higgins3-5/+29
2019-09-30kunit: tool: add Python wrappers for running KUnit testsFelix Guo12-0/+1184