summaryrefslogtreecommitdiffstats
path: root/lib/kunit/test.c
AgeCommit message (Expand)AuthorLines
2020-01-09kunit: allow kunit to be loaded as a moduleAlan Maguire-0/+13
2020-01-09kunit: allow kunit tests to be loaded as a moduleAlan Maguire-0/+8
2020-01-09kunit: hide unexported try-catch interface in try-catch-impl.hAlan Maguire-1/+1
2020-01-09kunit: move string-stream.h to lib/kunitAlan Maguire-0/+2
2019-09-30kunit: fix failure to build without printkBrendan Higgins-51/+6
2019-09-30kunit: test: add support for test abortBrendan Higgins-15/+122
2019-09-30kunit: test: add the concept of expectationsBrendan Higgins-0/+62
2019-09-30kunit: test: add test resource management APIBrendan Higgins-0/+163
2019-09-30kunit: test: add KUnit test runner coreBrendan Higgins-0/+191