Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-10-07 | kunit: remove format func from struct kunit_assert, get it to 0 bytes | Daniel Latypov | 1 | -22/+6 |
2022-01-31 | kunit: factor out str constants from binary assertion structs | Daniel Latypov | 1 | -27/+22 |
2022-01-31 | kunit: consolidate KUNIT_INIT_BINARY_ASSERT_STRUCT macros | Daniel Latypov | 1 | -57/+11 |
2022-01-31 | kunit: remove va_format from kunit_assert | Daniel Latypov | 1 | -30/+13 |
2022-01-25 | kunit: drop unused assert_type from kunit_assert and clean up macros | Daniel Latypov | 1 | -34/+14 |
2022-01-25 | kunit: split out part of kunit_assert into a static const | Daniel Latypov | 1 | -8/+17 |
2022-01-25 | kunit: drop unused kunit* field in kunit_assert | Daniel Latypov | 1 | -32/+13 |
2022-01-20 | kunit: replace kernel.h with the necessary inclusions | Andy Shevchenko | 1 | -1/+1 |
2020-01-09 | kunit: move string-stream.h to lib/kunit | Alan Maguire | 1 | -1/+2 |
2019-09-30 | kunit: test: add assertion printing library | Brendan Higgins | 1 | -0/+356 |