|
MOS Source Code
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
3#ifdef UNITTESTS_SHORT_MSGS
5#define COMMENT(x) printf("\n----" x "----\n");
8 fprintf(stderr, "FAIL: Line %d\n", __LINE__); \
11 printf("OK: Line %d\n", __LINE__); \
17#define COMMENT(x) printf("\n----" x "----\n");
20 fprintf(stderr, "\033[31;1mFAILED:\033[22;39m %s:%d %s\n", __FILE__, __LINE__, #x); \
23 printf("\033[32;1mOK:\033[22;39m %s\n", #x); \