summaryrefslogtreecommitdiff
path: root/include/kunit
AgeCommit message (Expand)Author
2020-01-09kunit: allow kunit tests to be loaded as a moduleAlan Maguire
2020-01-09kunit: hide unexported try-catch interface in try-catch-impl.hAlan Maguire
2020-01-09kunit: move string-stream.h to lib/kunitAlan Maguire
2019-09-30kunit: fix failure to build without printkBrendan Higgins
2019-09-30kunit: test: add the concept of assertionsBrendan Higgins
2019-09-30kunit: test: add support for test abortBrendan Higgins
2019-09-30kunit: test: add the concept of expectationsBrendan Higgins
2019-09-30kunit: test: add assertion printing libraryBrendan Higgins
2019-09-30kunit: test: add string_stream a std::stream like string builderBrendan Higgins
2019-09-30kunit: test: add test resource management APIBrendan Higgins
2019-09-30kunit: test: add KUnit test runner coreBrendan Higgins