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:
authorSybren A. Stüvel <sybren@blender.org>2020-08-17 13:55:23 +0300
committerSybren A. Stüvel <sybren@blender.org>2020-08-17 15:07:45 +0300
commitad459302ce603b7503137251e8fecdd1a2009482 (patch)
tree58f856719216bc710340b77d4a8db77fb9bf4c61 /tests/python/CMakeLists.txt
parent4a2ff0fef89765f1e0f766b066e63a8988df5e98 (diff)
Cleanup: rename `alembic_tests.py` to `alembic_tests_export.py`
Rename `alembic_tests.py` to `alembic_tests_export.py`, as this makes it clearer what is being tested. No functional changes.
Diffstat (limited to 'tests/python/CMakeLists.txt')
-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 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}"