1 2 3 4 5 6 7
enum test_type_e { TEST_THROWNTOGETHER, TEST_OPENCSG }; int csgtestcore(int argc, char *argv[], test_type_e test_type);