Cleanup: Alembic, rename test in CMake for consistency

Rename test `alembic_tests` to `alembic_export_tests`, so that its name
is consistent with the Python file containing the tests,
`alembic_export_tests.py`.

No functional changes.
This commit is contained in:
Sybren A. Stüvel 2020-08-17 16:36:14 +02:00
parent 9c241eae48
commit 04ae290024
1 changed files with 1 additions and 1 deletions

View File

@ -662,7 +662,7 @@ if(WITH_ALEMBIC)
get_filename_component(ALEMBIC_ROOT_DIR ${real_include_dir} DIRECTORY)
add_python_test(
alembic_tests
alembic_export_tests
${CMAKE_CURRENT_LIST_DIR}/alembic_export_tests.py
--blender "${TEST_BLENDER_EXE}"
--testdir "${TEST_SRC_DIR}/alembic"