summaryrefslogtreecommitdiff
path: root/include/kunit/assert.h
AgeCommit message (Expand)Author
2022-12-12kunit: remove KUNIT_INIT_MEM_ASSERTION macroDaniel Latypov
2022-12-12kunit: eliminate KUNIT_INIT_*_ASSERT_STRUCT macrosDaniel Latypov
2022-10-27kunit: Introduce KUNIT_EXPECT_MEMEQ and KUNIT_EXPECT_MEMNEQ macrosMaĆ­ra Canal
2022-10-07kunit: remove format func from struct kunit_assert, get it to 0 bytesDaniel Latypov
2022-01-31kunit: factor out str constants from binary assertion structsDaniel Latypov
2022-01-31kunit: consolidate KUNIT_INIT_BINARY_ASSERT_STRUCT macrosDaniel Latypov
2022-01-31kunit: remove va_format from kunit_assertDaniel Latypov
2022-01-25kunit: drop unused assert_type from kunit_assert and clean up macrosDaniel Latypov
2022-01-25kunit: split out part of kunit_assert into a static constDaniel Latypov
2022-01-25kunit: drop unused kunit* field in kunit_assertDaniel Latypov
2022-01-20kunit: replace kernel.h with the necessary inclusionsAndy Shevchenko
2020-01-09kunit: move string-stream.h to lib/kunitAlan Maguire
2019-09-30kunit: test: add assertion printing libraryBrendan Higgins