| 36 | // These unit tests create Qt application and OGL context so can't be run in GUI-less Linux machine. |
| 37 | #ifdef OMIM_OS_MAC |
| 38 | UNIT_TEST(MapProgramParams_Test) |
| 39 | { |
| 40 | RunTestInOpenGLOffscreenEnvironment("MapProgramParams_Test", std::bind(&TestProgramParams<gpu::MapProgramParams>)); |
| 41 | } |
| 42 | |
| 43 | UNIT_TEST(RouteProgramParams_Test) |
| 44 | { |
nothing calls this directly
no test coverage detected