Changeset View
Changeset View
Standalone View
Standalone View
tests/python/CMakeLists.txt
| Show First 20 Lines • Show All 671 Lines • ▼ Show 20 Lines | else() | ||||
| if(WITH_OPENVDB) | if(WITH_OPENVDB) | ||||
| list(APPEND render_tests openvdb) | list(APPEND render_tests openvdb) | ||||
| endif() | endif() | ||||
| if(WITH_OPENIMAGEDENOISE) | if(WITH_OPENIMAGEDENOISE) | ||||
| list(APPEND render_tests denoise) | list(APPEND render_tests denoise) | ||||
| endif() | endif() | ||||
| # Disabled until new OpenGL version with deterministic results. | |||||
| #if(WITH_CYCLES_PATH_GUIDING) | |||||
| # list(APPEND render_tests guiding) | |||||
| #endif() | |||||
| if(WITH_OPENGL_RENDER_TESTS) | if(WITH_OPENGL_RENDER_TESTS) | ||||
| list(APPEND render_tests grease_pencil) | list(APPEND render_tests grease_pencil) | ||||
| endif() | endif() | ||||
| list(SORT render_tests) | list(SORT render_tests) | ||||
| # Cycles | # Cycles | ||||
| if(WITH_CYCLES) | if(WITH_CYCLES) | ||||
| ▲ Show 20 Lines • Show All 219 Lines • Show Last 20 Lines | |||||