#ifndef TEST_H_ #define TEST_H_ #include #define TEST_IMPL(name) \ int run_##name() #define TEST_PORT 8123 #endif /* TEST_H_ */