Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2020-03-26 | kunit: subtests should be indented 4 spaces according to TAP | Alan Maguire | 1 | -3/+4 |
2020-03-26 | kunit: add debugfs /sys/kernel/debug/kunit/<suite>/results display | Alan Maguire | 1 | -31/+116 |
2020-01-09 | kunit: allow kunit to be loaded as a module | Alan Maguire | 1 | -0/+13 |
2020-01-09 | kunit: allow kunit tests to be loaded as a module | Alan Maguire | 1 | -0/+8 |
2020-01-09 | kunit: hide unexported try-catch interface in try-catch-impl.h | Alan Maguire | 1 | -1/+1 |
2020-01-09 | kunit: move string-stream.h to lib/kunit | Alan Maguire | 1 | -0/+2 |
2019-09-30 | kunit: fix failure to build without printk | Brendan Higgins | 1 | -51/+6 |
2019-09-30 | kunit: test: add support for test abort | Brendan Higgins | 1 | -15/+122 |
2019-09-30 | kunit: test: add the concept of expectations | Brendan Higgins | 1 | -0/+62 |
2019-09-30 | kunit: test: add test resource management API | Brendan Higgins | 1 | -0/+163 |
2019-09-30 | kunit: test: add KUnit test runner core | Brendan Higgins | 1 | -0/+191 |