aboutsummaryrefslogtreecommitdiffstats
path: root/include/kunit/assert.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-31kunit: factor out str constants from binary assertion structsDaniel Latypov1-27/+22
2022-01-31kunit: consolidate KUNIT_INIT_BINARY_ASSERT_STRUCT macrosDaniel Latypov1-57/+11
2022-01-31kunit: remove va_format from kunit_assertDaniel Latypov1-30/+13
2022-01-25kunit: drop unused assert_type from kunit_assert and clean up macrosDaniel Latypov1-34/+14
2022-01-25kunit: split out part of kunit_assert into a static constDaniel Latypov1-8/+17
2022-01-25kunit: drop unused kunit* field in kunit_assertDaniel Latypov1-32/+13
2022-01-20kunit: replace kernel.h with the necessary inclusionsAndy Shevchenko1-1/+1
2020-01-09kunit: move string-stream.h to lib/kunitAlan Maguire1-1/+2
2019-09-30kunit: test: add assertion printing libraryBrendan Higgins1-0/+356