MCPcopy Create free account
hub / github.com/comaps/comaps / UNIT_TEST

Function UNIT_TEST

libs/shaders/shaders_tests/gl_program_params_tests.cpp:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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
38UNIT_TEST(MapProgramParams_Test)
39{
40 RunTestInOpenGLOffscreenEnvironment("MapProgramParams_Test", std::bind(&TestProgramParams<gpu::MapProgramParams>));
41}
42
43UNIT_TEST(RouteProgramParams_Test)
44{

Callers

nothing calls this directly

Tested by

no test coverage detected