Ylva And Malin
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
game
src
ym
test
Macros
|
Variables
ym_test.h File Reference
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Macros
#define
YM_CHECK
(message, test)
#define
YM_TEST
(test)
Variables
int
tests_run
Macro Definition Documentation
#define YM_CHECK
(
message,
test
)
Value:
do
\
{ \
if (!(test)) \
return
"\033[0;31m"
message
"\033[0m"
; \
}
while
(0)
#define YM_TEST
(
test
)
Value:
do
\
{ \
const
char
* message = test();
\
tests_run
++; \
if (message) \
return message; \
}
while
(0)
tests_run
int tests_run
Definition:
main.c:5
Variable Documentation
int
tests_run
Generated by
1.8.11