[Bf-blender-cvs] [cedb1915fe8] master: CMake: fix wrong alembic test name on Windows.

Brecht Van Lommel noreply at git.blender.org
Sun Apr 23 18:25:11 CEST 2017


Commit: cedb1915fe828674e7c313bb1cd9879d13715406
Author: Brecht Van Lommel
Date:   Sun Apr 23 17:27:12 2017 +0200
Branches: master
https://developer.blender.org/rBcedb1915fe828674e7c313bb1cd9879d13715406

CMake: fix wrong alembic test name on Windows.

===================================================================

M	tests/python/CMakeLists.txt

===================================================================

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




More information about the Bf-blender-cvs mailing list