|
XMMS2
|
#include "CUnit/Basic.h"Macros | |
| #define | ST_NE(x) #x |
| #define | ST(x) ST_NE(x) |
| #define | CASE(name) |
| #define | SETUP(name) |
| #define | CLEANUP(name) static int __testsuite_cleanup (void) |
Functions | |
| int | xcu_pre_case (const char *name) |
| void | xcu_post_case (const char *name) |
| #define CASE | ( | name | ) |
| #define CLEANUP | ( | name | ) | static int __testsuite_cleanup (void) |
| #define SETUP | ( | name | ) |
| #define ST | ( | x | ) | ST_NE(x) |
| #define ST_NE | ( | x | ) | #x |
| void xcu_post_case | ( | const char * | name | ) |
| int xcu_pre_case | ( | const char * | name | ) |