index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
kunit
Age
Commit message (
Expand
)
Author
2020-08-05
Merge tag 'linux-kselftest-kunit-5.9-rc1' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
2020-07-17
kunit: tool: fix improper treatment of file location
Brendan Higgins
2020-07-17
kunit: tool: fix broken default args in unit tests
Brendan Higgins
2020-07-17
kunit: capture stderr on all make subprocess calls
Will Chen
2020-06-26
kunit: kunit_tool: Fix invalid result when build fails
David Gow
2020-06-26
kunit: show error if kunit results are not present
Uriel Guajardo
2020-06-26
kunit: kunit_config: Fix parsing of CONFIG options with space
Rikard Falkeborn
2020-06-01
kunit: Fix TabError, remove defconfig code and handle when there is no kunitc...
Vitor Massaru Iha
2020-05-22
kunit: use KUnit defconfig by default
Vitor Massaru Iha
2020-05-22
kunit: use --build_dir=.kunit as default
Vitor Massaru Iha
2020-05-11
kunit: kunit_tool: Separate out config/build/exec/parse
David Gow
2020-04-03
Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2020-03-26
kunit: tool: add missing test data file content
Brendan Higgins
2020-03-26
kunit: subtests should be indented 4 spaces according to TAP
Alan Maguire
2020-03-25
kunit: kunit_tool: Allow .kunitconfig to disable config items
David Gow
2020-03-25
.gitignore: add SPDX License Identifier
Masahiro Yamada
2020-03-23
kunit: add --make_options
Greg Thelen
2020-03-20
kunit: Run all KUnit tests through allyesconfig
Heidi Fahim
2020-03-20
kunit: kunit_parser: make parser more robust
Heidi Fahim
2020-02-19
kunit: run kunit_tool from any directory
Heidi Fahim
2020-02-19
kunit: test: Improve error messages for kunit_tool when kunitconfig is invalid
Heidi Fahim
2019-12-23
kunit/kunit_tool_test: Test '--build_dir' option run
SeongJae Park
2019-12-23
kunit: Rename 'kunitconfig' to '.kunitconfig'
SeongJae Park
2019-12-23
kunit: Place 'test.log' under the 'build_dir'
SeongJae Park
2019-12-23
kunit: Create default config in '--build_dir'
SeongJae Park
2019-12-23
kunit: Remove duplicated defconfig creation
SeongJae Park
2019-12-09
kunit: testing kunit: Bug fix in test_run_timeout function
Heidi Fahim
2019-10-07
kunit: Fix '--build_dir' option
SeongJae Park
2019-09-30
kunit: defconfig: add defconfigs for building KUnit tests
Brendan Higgins
2019-09-30
kunit: tool: add Python wrappers for running KUnit tests
Felix Guo