#define TTS_EXPECT | ( | EXPR, | |
... | |||
) | TTS_EXPECT_ ## __VA_ARGS__ ( EXPR ) |
Check if a given expression evaluates to true.
EXPR | Expression to evaluate and compare to true . |
... | Optional tag. If equals to REQUIRED , this test will stop the program if it fails. |