#include <stdio.h>
#include <stdlib.h>
Go to the source code of this file.
Macros | |
#define | TEST_ASSERT(...) if ( !( __VA_ARGS__ ) ) { fprintf( stderr, "%s:%d: check failed: %s\n", __func__, __LINE__, ( #__VA_ARGS__ ) ); abort(); } |
#define TEST_ASSERT | ( | ... | ) | if ( !( __VA_ARGS__ ) ) { fprintf( stderr, "%s:%d: check failed: %s\n", __func__, __LINE__, ( #__VA_ARGS__ ) ); abort(); } |