aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/kunit (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-22Documentation: test.h - fix warningsLothar Rubusch1-6/+6
2020-03-26kunit: subtests should be indented 4 spaces according to TAPAlan Maguire1-1/+10
2020-03-26kunit: add debugfs /sys/kernel/debug/kunit/<suite>/results displayAlan Maguire1-8/+46
2020-01-09kunit: allow kunit tests to be loaded as a moduleAlan Maguire1-10/+27
2020-01-09kunit: hide unexported try-catch interface in try-catch-impl.hAlan Maguire1-10/+0
2020-01-09kunit: move string-stream.h to lib/kunitAlan Maguire2-52/+2
2019-09-30kunit: fix failure to build without printkBrendan Higgins1-3/+2
2019-09-30kunit: test: add the concept of assertionsBrendan Higgins1-2/+280
2019-09-30kunit: test: add support for test abortBrendan Higgins2-0/+77
2019-09-30kunit: test: add the concept of expectationsBrendan Higgins1-0/+836
2019-09-30kunit: test: add assertion printing libraryBrendan Higgins1-0/+356
2019-09-30kunit: test: add string_stream a std::stream like string builderBrendan Higgins1-0/+51
2019-09-30kunit: test: add test resource management APIBrendan Higgins1-0/+187
2019-09-30kunit: test: add KUnit test runner coreBrendan Higgins1-0/+188