Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2017-04-23 18:27:12 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2017-04-23 19:24:43 +0300
commitcedb1915fe828674e7c313bb1cd9879d13715406 (patch)
treeee51aa6be94adb1244611b7ccdc51ab372617054 /tests/python
parent4a9e546fedd7f6ee1d2d0ba7b2eeaee309aa6905 (diff)
CMake: fix wrong alembic test name on Windows.
Diffstat (limited to 'tests/python')
-rw-r--r--tests/python/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/python/CMakeLists.txt b/tests/python/CMakeLists.txt
index dca85dbf770..1dddacc191b 100644
--- a/tests/python/CMakeLists.txt
+++ b/tests/python/CMakeLists.txt
@@ -458,7 +458,7 @@ if(WITH_ALEMBIC)
)
if(MSVC)
- add_test(NAME cycles_${subject}_test
+ add_test(NAME alembic_tests
COMMAND
"$<TARGET_FILE_DIR:blender>/${BLENDER_VERSION_MAJOR}.${BLENDER_VERSION_MINOR}/python/bin/python$<$<CONFIG:Debug>:_d>"
${CMAKE_CURRENT_LIST_DIR}/alembic_tests.py