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:
Diffstat (limited to 'tests/python/CMakeLists.txt')
-rw-r--r--tests/python/CMakeLists.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/python/CMakeLists.txt b/tests/python/CMakeLists.txt
index 2b31b6362e9..b761f310b1a 100644
--- a/tests/python/CMakeLists.txt
+++ b/tests/python/CMakeLists.txt
@@ -838,6 +838,15 @@ if(WITH_ALEMBIC)
)
endif()
+if(WITH_USD)
+ add_blender_test(
+ usd_import_test
+ --python ${CMAKE_CURRENT_LIST_DIR}/bl_usd_import_test.py
+ --
+ --testdir "${TEST_SRC_DIR}/usd"
+ )
+endif()
+
if(WITH_CODEC_FFMPEG)
add_python_test(
ffmpeg