#define LILY_IMPLEMENTATION #include "test.h" int main() { lily_begin(); #define X(test) test(); TESTS #undef X lily_finish(); return 0; }