summaryrefslogtreecommitdiffstats
path: root/include/kunit/assert.h
Commit message (Expand)AuthorAgeFilesLines
* kunit: remove KUNIT_INIT_MEM_ASSERTION macroDaniel Latypov2022-12-121-7/+0
* kunit: eliminate KUNIT_INIT_*_ASSERT_STRUCT macrosDaniel Latypov2022-12-121-48/+0
* kunit: Introduce KUNIT_EXPECT_MEMEQ and KUNIT_EXPECT_MEMNEQ macrosMaĆ­ra Canal2022-10-271-0/+33
* kunit: remove format func from struct kunit_assert, get it to 0 bytesDaniel Latypov2022-10-071-22/+6
* kunit: factor out str constants from binary assertion structsDaniel Latypov2022-01-311-27/+22
* kunit: consolidate KUNIT_INIT_BINARY_ASSERT_STRUCT macrosDaniel Latypov2022-01-311-57/+11
* kunit: remove va_format from kunit_assertDaniel Latypov2022-01-311-30/+13
* kunit: drop unused assert_type from kunit_assert and clean up macrosDaniel Latypov2022-01-251-34/+14
* kunit: split out part of kunit_assert into a static constDaniel Latypov2022-01-251-8/+17
* kunit: drop unused kunit* field in kunit_assertDaniel Latypov2022-01-251-32/+13
* kunit: replace kernel.h with the necessary inclusionsAndy Shevchenko2022-01-201-1/+1
* kunit: move string-stream.h to lib/kunitAlan Maguire2020-01-091-1/+2
* kunit: test: add assertion printing libraryBrendan Higgins2019-09-301-0/+356