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