From cedb1915fe828674e7c313bb1cd9879d13715406 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Sun, 23 Apr 2017 17:27:12 +0200 Subject: CMake: fix wrong alembic test name on Windows. --- tests/python/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/python') 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 "$/${BLENDER_VERSION_MAJOR}.${BLENDER_VERSION_MINOR}/python/bin/python$<$:_d>" ${CMAKE_CURRENT_LIST_DIR}/alembic_tests.py -- cgit v1.2.3