Home
last modified time | relevance | path

Searched defs:assert_type (Results 1 – 2 of 2) sorted by relevance

/linux/include/kunit/
H A Dtest.h732 #define _KUNIT_FAILED(test, assert_type, assert_class, assert_format, INITIALIZER, fmt, ...) do { \ argument
747 #define KUNIT_FAIL_ASSERTION(test, assert_type, fmt, ...) do { \ argument
779 assert_type, \ argument
799 #define KUNIT_TRUE_MSG_ASSERTION(test, assert_type, condition, fmt, ...) \ argument
807 #define KUNIT_FALSE_MSG_ASSERTION(test, assert_type, condition, fmt, ...) \ argument
832 assert_type, \ argument
863 assert_type, \ argument
878 assert_type, \ argument
893 assert_type, \ argument
925 assert_type, \ argument
[all …]
/linux/lib/tests/
H A Dtest_bits.c10 #define assert_type(t, x) _Generic(x, t: x, default: 0) macro