Changeset View
Changeset View
Standalone View
Standalone View
tests/CMakeLists.txt
| Show First 20 Lines • Show All 52 Lines • ▼ Show 20 Lines | |||||
| # Blender as python module tests. | # Blender as python module tests. | ||||
| if(WITH_PYTHON_MODULE) | if(WITH_PYTHON_MODULE) | ||||
| add_subdirectory(blender_as_python_module) | add_subdirectory(blender_as_python_module) | ||||
| endif() | endif() | ||||
| # GTest | # GTest | ||||
| add_subdirectory(gtests) | add_subdirectory(gtests) | ||||
| # Add setup and cleanup fixtures to generato source code coverage | |||||
| if(WITH_CODE_COVERAGE) | |||||
| add_subdirectory(coverage) | |||||
| endif() | |||||