summaryrefslogtreecommitdiffstats
path: root/lib/kunit
AgeCommit message (Expand)AuthorLines
2020-01-09kunit: allow kunit to be loaded as a moduleAlan Maguire-2/+17
2020-01-09kunit: remove timeout dependence on sysctl_hung_task_timeout_secondsAlan Maguire-18/+4
2020-01-09kunit: allow kunit tests to be loaded as a moduleAlan Maguire-9/+34
2020-01-09kunit: hide unexported try-catch interface in try-catch-impl.hAlan Maguire-12/+32
2020-01-09kunit: move string-stream.h to lib/kunitAlan Maguire-2/+59
2019-09-30kunit: fix failure to build without printkBrendan Higgins-51/+6
2019-09-30kunit: test: add tests for KUnit managed resourcesAvinash Kondareddy-0/+228
2019-09-30kunit: test: add the concept of assertionsBrendan Higgins-6/+3
2019-09-30kunit: test: add tests for kunit test abortBrendan Higgins-1/+108
2019-09-30kunit: test: add support for test abortBrendan Higgins-16/+242
2019-09-30kunit: test: add initial testsBrendan Higgins-0/+167
2019-09-30kunit: test: add the concept of expectationsBrendan Higgins-0/+62
2019-09-30kunit: test: add assertion printing libraryBrendan Higgins-1/+143
2019-09-30kunit: test: add string_stream a std::stream like string builderBrendan Higgins-1/+219
2019-09-30kunit: test: add test resource management APIBrendan Higgins-0/+163
2019-09-30kunit: test: add KUnit test runner coreBrendan Higgins-0/+205