From f35f7bd97a4151ae6349d5e85988d4ab9e394d38 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Tue, 18 Feb 2020 09:52:29 +0100 Subject: Fix missing output dir for blendfile_liblink test. --- tests/python/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests') 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/ ) # ------------------------------------------------------------------------------ -- cgit v1.2.3