summaryrefslogtreecommitdiffstats
path: root/include/kunit/test.h
AgeCommit message (Expand)AuthorLines
2020-06-26kunit: add support for named resourcesAlan Maguire-0/+54
2020-06-26kunit: generalize kunit_resource API beyond allocated resourcesAlan Maguire-30/+126
2020-05-22Documentation: test.h - fix warningsLothar Rubusch-6/+6
2020-03-26kunit: subtests should be indented 4 spaces according to TAPAlan Maguire-1/+10
2020-03-26kunit: add debugfs /sys/kernel/debug/kunit/<suite>/results displayAlan Maguire-8/+46
2020-01-09kunit: allow kunit tests to be loaded as a moduleAlan Maguire-10/+27
2019-09-30kunit: fix failure to build without printkBrendan Higgins-3/+2
2019-09-30kunit: test: add the concept of assertionsBrendan Higgins-2/+280
2019-09-30kunit: test: add support for test abortBrendan Higgins-0/+2
2019-09-30kunit: test: add the concept of expectationsBrendan Higgins-0/+836
2019-09-30kunit: test: add test resource management APIBrendan Higgins-0/+187
2019-09-30kunit: test: add KUnit test runner coreBrendan Higgins-0/+188