|
gimme-alpha 0.1
|
#include <CUnit/CUnit.h>
Include dependency graph for cunit-local.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Defines | |
| #define | CU_PASS_STRING(str) { CU_assertImplementation(CU_TRUE, __LINE__, (str), __FILE__, "", CU_FALSE); } |
| #define | CU_FAIL_STRING(str) { CU_assertImplementation(CU_FALSE, __LINE__, (str), __FILE__, "", CU_FALSE); } |
| #define | CU_FAIL_FATAL_STRING(str) { CU_assertImplementation(CU_FALSE, __LINE__, (str), __FILE__, "", CU_TRUE); } |
| #define CU_FAIL_FATAL_STRING | ( | str | ) | { CU_assertImplementation(CU_FALSE, __LINE__, (str), __FILE__, "", CU_TRUE); } |
Record a failure without performing a logical test, and abort test.
Definition at line 38 of file cunit-local.h.
| #define CU_FAIL_STRING | ( | str | ) | { CU_assertImplementation(CU_FALSE, __LINE__, (str), __FILE__, "", CU_FALSE); } |
Definition at line 34 of file cunit-local.h.
Referenced by avg_discrete_func_gaussian_1(), avg_discrete_func_gaussian_x(), and check_average_arrays().
| #define CU_PASS_STRING | ( | str | ) | { CU_assertImplementation(CU_TRUE, __LINE__, (str), __FILE__, "", CU_FALSE); } |
Definition at line 31 of file cunit-local.h.
Referenced by avg_discrete_func_gaussian_1(), avg_discrete_func_gaussian_x(), and check_average_arrays().