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
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/python/CMakeLists.txt2
-rw-r--r--tests/python/alembic_export_tests.py (renamed from tests/python/alembic_tests.py)0
2 files changed, 1 insertions, 1 deletions
diff --git a/tests/python/CMakeLists.txt b/tests/python/CMakeLists.txt
index 1b78a938a04..e0e6f38b8fa 100644
--- a/tests/python/CMakeLists.txt
+++ b/tests/python/CMakeLists.txt
@@ -663,7 +663,7 @@ if(WITH_ALEMBIC)
add_python_test(
alembic_tests
- ${CMAKE_CURRENT_LIST_DIR}/alembic_tests.py
+ ${CMAKE_CURRENT_LIST_DIR}/alembic_export_tests.py
--blender "${TEST_BLENDER_EXE}"
--testdir "${TEST_SRC_DIR}/alembic"
--alembic-root "${ALEMBIC_ROOT_DIR}"
diff --git a/tests/python/alembic_tests.py b/tests/python/alembic_export_tests.py
index 448048d0f17..448048d0f17 100644
--- a/tests/python/alembic_tests.py
+++ b/tests/python/alembic_export_tests.py