summaryrefslogtreecommitdiffstats
path: root/lib/kunit
Commit message (Expand)AuthorAgeFilesLines
* kunit: fix failure to build without printkBrendan Higgins2019-09-301-51/+6
* kunit: test: add tests for KUnit managed resourcesAvinash Kondareddy2019-09-301-0/+228
* kunit: test: add the concept of assertionsBrendan Higgins2019-09-302-6/+3
* kunit: test: add tests for kunit test abortBrendan Higgins2019-09-302-1/+108
* kunit: test: add support for test abortBrendan Higgins2019-09-303-16/+242
* kunit: test: add initial testsBrendan Higgins2019-09-304-0/+167
* kunit: test: add the concept of expectationsBrendan Higgins2019-09-301-0/+62
* kunit: test: add assertion printing libraryBrendan Higgins2019-09-302-1/+143
* kunit: test: add string_stream a std::stream like string builderBrendan Higgins2019-09-302-1/+219
* kunit: test: add test resource management APIBrendan Higgins2019-09-301-0/+163
* kunit: test: add KUnit test runner coreBrendan Higgins2019-09-303-0/+205