Tests: Point ffmpeg data to a new folder

This commit is contained in:
Sergey Sharybin 2019-07-01 17:18:43 +02:00
parent c6d073f6a4
commit 4749edccdd
1 changed files with 1 additions and 2 deletions

View File

@ -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()