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:
authorBastien Montagne <montagne29@wanadoo.fr>2020-02-18 11:52:29 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2020-02-18 11:53:08 +0300
commitf35f7bd97a4151ae6349d5e85988d4ab9e394d38 (patch)
tree0ce9c364a363660d083670d7374fb1e96362d861 /tests/python
parentc83099e987816ba87105cc997ac667d21897d52b (diff)
Fix missing output dir for blendfile_liblink test.
Diffstat (limited to 'tests/python')
-rw-r--r--tests/python/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/python/CMakeLists.txt b/tests/python/CMakeLists.txt
index 0eb17d7fafe..358200dece4 100644
--- a/tests/python/CMakeLists.txt
+++ b/tests/python/CMakeLists.txt
@@ -139,7 +139,8 @@ add_blender_test(
add_blender_test(
blendfile_liblink
- --python ${CMAKE_CURRENT_LIST_DIR}/bl_blendfile_liblink.py
+ --python ${CMAKE_CURRENT_LIST_DIR}/bl_blendfile_liblink.py --
+ --output-dir ${TEST_OUT_DIR}/blendfile_io/
)
# ------------------------------------------------------------------------------