mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-18 11:00:33 +00:00
engine: make test assert failure more pretty
This commit is contained in:
parent
f5ccf093d6
commit
3b933eabf5
@ -17,12 +17,13 @@ extern struct tests_stats_s tests_stats;
|
|||||||
if(!( exp )) \
|
if(!( exp )) \
|
||||||
{ \
|
{ \
|
||||||
tests_stats.failed++; \
|
tests_stats.failed++; \
|
||||||
Msg( "assert failed at %s:%i\n", __FILE__, __LINE__ ); \
|
Msg( S_ERROR "assert failed at %s:%i\n", __FILE__, __LINE__ ); \
|
||||||
} \
|
} \
|
||||||
else tests_stats.passed++;
|
else tests_stats.passed++;
|
||||||
|
|
||||||
void Test_RunImagelib( void );
|
void Test_RunImagelib( void );
|
||||||
void Test_RunLibCommon( void );
|
void Test_RunLibCommon( void );
|
||||||
|
void Test_RunCommon( void );
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user