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:
authorSergey Sharybin <sergey@blender.org>2022-11-10 12:29:00 +0300
committerSergey Sharybin <sergey@blender.org>2022-11-10 13:04:30 +0300
commit3153bd0f5d25ae651896c0105dea295d71a2eade (patch)
treeca6d682d92d4e4f912d309c63e1775d86da2fd21 /tests/python/CMakeLists.txt
parent2a6a492a82eb4937834b8f110f0479cbe8eb2708 (diff)
SVG: Add more sophisticated test suit
This test suit tests SVG on a big files, as opposite of testing one specific aspect of the standard by atomic files.
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 0d74cfafda5..14b00ace251 100644
--- a/tests/python/CMakeLists.txt
+++ b/tests/python/CMakeLists.txt
@@ -632,7 +632,7 @@ endif()
# SVG Import
if(True)
- set(_svg_render_tests path)
+ set(_svg_render_tests complex path)
foreach(render_test ${_svg_render_tests})
add_python_test(