aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/kunit/assert.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-12-12kunit: remove KUNIT_INIT_MEM_ASSERTION macroDaniel Latypov1-7/+0
2022-12-12kunit: eliminate KUNIT_INIT_*_ASSERT_STRUCT macrosDaniel Latypov1-48/+0
2022-10-27kunit: Introduce KUNIT_EXPECT_MEMEQ and KUNIT_EXPECT_MEMNEQ macrosMaĆ­ra Canal1-0/+33
2022-10-07kunit: remove format func from struct kunit_assert, get it to 0 bytesDaniel Latypov1-22/+6
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