Lines Matching defs:test
6 #include <kunit/test.h>
216 #define CHECK_EQ(lhs, rhs) KUNIT_ASSERT_EQ(test, (__force u64)lhs, (__force u64)rhs)
232 static void assert_setup_correct(struct kunit *test)
245 static void test_csum_fixed_random_inputs(struct kunit *test)
251 assert_setup_correct(test);
269 * All ones input test. If there are any missing carry operations, it fails.
271 static void test_csum_all_carry_inputs(struct kunit *test)
277 assert_setup_correct(test);
308 * maximum initial sum, this allows us to test that there are no carries
311 static void test_csum_no_carry_inputs(struct kunit *test)
317 assert_setup_correct(test);