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