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
path: root/tests
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2019-07-01 18:18:43 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2019-07-01 18:19:01 +0300
commit4749edccddaeffdac47c9dee004b9a5a5a37e48d (patch)
treee3fb43b2de3b04192d18be42435b9f14fa307777 /tests
parentc6d073f6a4e7e455b5891359e65fdffbb74a0887 (diff)
Tests: Point ffmpeg data to a new folder
Diffstat (limited to 'tests')
-rw-r--r--tests/python/CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/python/CMakeLists.txt b/tests/python/CMakeLists.txt
index 52ff57c2b7e..fc59f7f2a2c 100644
--- a/tests/python/CMakeLists.txt
+++ b/tests/python/CMakeLists.txt
@@ -22,7 +22,6 @@
set(USE_EXPERIMENTAL_TESTS FALSE)
set(TEST_SRC_DIR ${CMAKE_SOURCE_DIR}/../lib/tests)
-set(TEST_DATA_SRC_DIR ${CMAKE_SOURCE_DIR}/../lib/tests_data)
set(TEST_OUT_DIR ${CMAKE_BINARY_DIR}/tests)
# ugh, any better way to do this on testing only?
@@ -648,7 +647,7 @@ if(WITH_CODEC_FFMPEG)
ffmpeg
${CMAKE_CURRENT_LIST_DIR}/ffmpeg_tests.py
--blender "$<TARGET_FILE:blender>"
- --testdir "${TEST_DATA_SRC_DIR}/ffmpeg"
+ --testdir "${TEST_SRC_DIR}/ffmpeg"
)
endif()