Searched refs:assert_int (Results 1 – 3 of 3) sorted by relevance
| /freebsd/crypto/openssh/regress/unittests/test_helper/ |
| H A D | test_helper.h | 69 void assert_int(const char *file, int line, 122 assert_int(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_EQ) 153 assert_int(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_NE) 182 assert_int(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_LT) 211 assert_int(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_LE) 240 assert_int(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_GT) 269 assert_int(__FILE__, __LINE__, #a1, #a2, a1, a2, TEST_GE)
|
| H A D | test_helper.c | 492 assert_int(const char *file, int line, const char *a1, const char *a2, in assert_int() function
|
| /freebsd/sys/contrib/openzfs/tests/unit/ |
| H A D | munit.h | 498 # define assert_int(a, op, b) munit_assert_int(a, op, b) macro
|