summaryrefslogtreecommitdiffstats
path: root/lib/kunit/test.c
Commit message (Expand)AuthorAgeFilesLines
* kunit: Add missing newline in summary messageMarco Elver2020-04-231-1/+1
* kunit: subtests should be indented 4 spaces according to TAPAlan Maguire2020-03-261-3/+4
* kunit: add debugfs /sys/kernel/debug/kunit/<suite>/results displayAlan Maguire2020-03-261-31/+116
* kunit: allow kunit to be loaded as a moduleAlan Maguire2020-01-091-0/+13
* kunit: allow kunit tests to be loaded as a moduleAlan Maguire2020-01-091-0/+8
* kunit: hide unexported try-catch interface in try-catch-impl.hAlan Maguire2020-01-091-1/+1
* kunit: move string-stream.h to lib/kunitAlan Maguire2020-01-091-0/+2
* kunit: fix failure to build without printkBrendan Higgins2019-09-301-51/+6
* kunit: test: add support for test abortBrendan Higgins2019-09-301-15/+122
* kunit: test: add the concept of expectationsBrendan Higgins2019-09-301-0/+62
* kunit: test: add test resource management APIBrendan Higgins2019-09-301-0/+163
* kunit: test: add KUnit test runner coreBrendan Higgins2019-09-301-0/+191