index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
kunit
/
Makefile
Age
Commit message (
Expand
)
Author
2023-12-18
kunit: Add APIs for managing devices
davidgow@google.com
2023-07-26
kunit: Add test attributes API structure
Rae Moar
2023-02-27
kunit: Fix 'hooks.o' build by recursing into kunit
David Gow
2023-02-08
kunit: Expose 'static stub' API to redirect functions
David Gow
2023-02-08
kunit: Add "hooks" to call into KUnit when it's built as a module
David Gow
2022-04-04
kunit: split resource API impl from test.c into new resource.c
Daniel Latypov
2020-10-09
kunit: test: create a single centralized executor for all tests
Alan Maguire
2020-03-26
kunit: add debugfs /sys/kernel/debug/kunit/<suite>/results display
Alan Maguire
2020-01-09
kunit: allow kunit to be loaded as a module
Alan Maguire
2020-01-09
kunit: allow kunit tests to be loaded as a module
Alan Maguire
2019-09-30
kunit: test: add tests for kunit test abort
Brendan Higgins
2019-09-30
kunit: test: add support for test abort
Brendan Higgins
2019-09-30
kunit: test: add initial tests
Brendan Higgins
2019-09-30
kunit: test: add assertion printing library
Brendan Higgins
2019-09-30
kunit: test: add string_stream a std::stream like string builder
Brendan Higgins
2019-09-30
kunit: test: add KUnit test runner core
Brendan Higgins