Clean up some test files.
This commit is contained in:
parent
1adc9272f8
commit
b45385e8c7
51 changed files with 485 additions and 281 deletions
17
test/video/CMakeLists.txt
Normal file
17
test/video/CMakeLists.txt
Normal file
|
@ -0,0 +1,17 @@
|
|||
set(PLATFORM_UNIT_TEST_FILES)
|
||||
|
||||
if (${HAS_FFMPEG})
|
||||
set(PLATFORM_UNIT_TEST_FILES
|
||||
video/TestVideoDecoder.cpp
|
||||
)
|
||||
endif()
|
||||
|
||||
set(VIDEO_UNIT_TEST_FILES
|
||||
${PLATFORM_UNIT_TEST_FILES}
|
||||
PARENT_SCOPE
|
||||
)
|
||||
|
||||
set(VIDEO_UNIT_TEST_DEPENDENCIES
|
||||
video
|
||||
PARENT_SCOPE
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue