The FreeRADIUS server
$Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
|
Type specific TEST_CHECK macros for acutest. More...
Go to the source code of this file.
Macros | |
#define | TEST_CHECK_LEN(_got, _exp) |
#define | TEST_CHECK_RET(_got, _exp) |
#define | TEST_CHECK_SLEN(_got, _exp) |
#define | TEST_CHECK_SLEN_RETURN(_got, _exp) |
#define | TEST_CHECK_STRCMP(_got, _exp) |
Type specific TEST_CHECK macros for acutest.
Definition in file acutest_helpers.h.
#define TEST_CHECK_LEN | ( | _got, | |
_exp | |||
) |
Definition at line 30 of file acutest_helpers.h.
#define TEST_CHECK_RET | ( | _got, | |
_exp | |||
) |
Definition at line 55 of file acutest_helpers.h.
#define TEST_CHECK_SLEN | ( | _got, | |
_exp | |||
) |
Definition at line 38 of file acutest_helpers.h.
#define TEST_CHECK_SLEN_RETURN | ( | _got, | |
_exp | |||
) |
Definition at line 46 of file acutest_helpers.h.
#define TEST_CHECK_STRCMP | ( | _got, | |
_exp | |||
) |
Definition at line 63 of file acutest_helpers.h.