MeshLib
Loading...
Searching...
No Matches
Macros
TestMacros.h File Reference
#include <stdio.h>
#include <stdlib.h>
Go to the source code of this file.
Macros
#define
TEST_ASSERT
(...)
Macro Definition Documentation
◆
TEST_ASSERT
#define TEST_ASSERT
(
...
)
Value:
if
( !( __VA_ARGS__ ) ) \
{ \
fprintf( stderr,
"%s: check failed: %s\n"
, __func__, ( #__VA_ARGS__ ) ); \
abort(); \
}
MeshLib
source
MRTestC
TestMacros.h
Generated by
1.11.0