MeshLib Documentation
Loading...
Searching...
No Matches
TestMacros.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <stdio.h>
4
#include <stdlib.h>
5
6
#define TEST_ASSERT( ... ) if ( !( __VA_ARGS__ ) ) { fprintf( stderr, "%s:%d: check failed: %s\n", __func__, __LINE__, ( #__VA_ARGS__ ) ); abort(); }
MeshLib
source
MRTestC
TestMacros.h
Generated by
1.11.0