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:
authorCampbell Barton <ideasman42@gmail.com>2017-06-08 23:45:21 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-06-08 23:45:21 +0300
commit46c073e4ac38fae5209b82284313b740b132fd66 (patch)
treee4f85fe5418c5085510f3ca98249ece28a470f4a /tests/python
parentc71e160c022abf0cc8425970e31c09ded15763a2 (diff)
Cleanup: cmake indentation, missing include
Diffstat (limited to 'tests/python')
-rw-r--r--tests/python/CMakeLists.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/python/CMakeLists.txt b/tests/python/CMakeLists.txt
index d3067a22ee7..bd8ecbfce69 100644
--- a/tests/python/CMakeLists.txt
+++ b/tests/python/CMakeLists.txt
@@ -104,15 +104,15 @@ add_test(bevel ${TEST_BLENDER_EXE}
)
add_test(split_faces ${TEST_BLENDER_EXE}
- ${TEST_SRC_DIR}/modeling/split_faces_test.blend
- --python-text run_tests
+ ${TEST_SRC_DIR}/modeling/split_faces_test.blend
+ --python-text run_tests
)
# ------------------------------------------------------------------------------
# MODIFIERS TESTS
add_test(modifier_array ${TEST_BLENDER_EXE}
- ${TEST_SRC_DIR}/modifier_stack/array_test.blend
- --python-text run_tests
+ ${TEST_SRC_DIR}/modifier_stack/array_test.blend
+ --python-text run_tests
)
# ------------------------------------------------------------------------------