reorganization
This commit is contained in:
@@ -20,13 +20,13 @@ add_video_shader_test(RenderCadenceCompositorTelemetryTests
|
||||
|
||||
add_video_shader_test(RenderCadenceCompositorFrameExchangeTests
|
||||
"${SRC_DIR}/frames/SystemFrameExchange.cpp"
|
||||
"${SRC_DIR}/video/VideoIOFormat.cpp"
|
||||
"${SRC_DIR}/video/core/VideoIOFormat.cpp"
|
||||
"${TEST_DIR}/RenderCadenceCompositorFrameExchangeTests.cpp"
|
||||
)
|
||||
|
||||
add_video_shader_test(RenderCadenceCompositorInputFrameMailboxTests
|
||||
"${SRC_DIR}/frames/InputFrameMailbox.cpp"
|
||||
"${SRC_DIR}/video/VideoIOFormat.cpp"
|
||||
"${SRC_DIR}/video/core/VideoIOFormat.cpp"
|
||||
"${TEST_DIR}/RenderCadenceCompositorInputFrameMailboxTests.cpp"
|
||||
)
|
||||
|
||||
@@ -128,49 +128,49 @@ add_video_shader_test(Std140BufferTests
|
||||
)
|
||||
|
||||
add_video_shader_test(VideoIOFormatTests
|
||||
"${SRC_DIR}/video/DeckLinkVideoIOFormat.cpp"
|
||||
"${SRC_DIR}/video/VideoIOFormat.cpp"
|
||||
"${SRC_DIR}/video/decklink/DeckLinkVideoIOFormat.cpp"
|
||||
"${SRC_DIR}/video/core/VideoIOFormat.cpp"
|
||||
"${TEST_DIR}/VideoIOFormatTests.cpp"
|
||||
)
|
||||
|
||||
add_video_shader_test(VideoPlayoutSchedulerTests
|
||||
"${SRC_DIR}/video/VideoPlayoutScheduler.cpp"
|
||||
"${SRC_DIR}/video/playout/VideoPlayoutScheduler.cpp"
|
||||
"${TEST_DIR}/VideoPlayoutSchedulerTests.cpp"
|
||||
)
|
||||
|
||||
add_video_shader_test(VideoOutputThreadTests
|
||||
"${SRC_DIR}/video/VideoIOFormat.cpp"
|
||||
"${SRC_DIR}/video/core/VideoIOFormat.cpp"
|
||||
"${TEST_DIR}/VideoOutputThreadTests.cpp"
|
||||
)
|
||||
|
||||
add_video_shader_test(OutputProductionControllerTests
|
||||
"${SRC_DIR}/video/OutputProductionController.cpp"
|
||||
"${SRC_DIR}/video/playout/OutputProductionController.cpp"
|
||||
"${TEST_DIR}/OutputProductionControllerTests.cpp"
|
||||
)
|
||||
|
||||
add_video_shader_test(RenderOutputQueueTests
|
||||
"${SRC_DIR}/video/RenderOutputQueue.cpp"
|
||||
"${SRC_DIR}/video/playout/RenderOutputQueue.cpp"
|
||||
"${TEST_DIR}/RenderOutputQueueTests.cpp"
|
||||
)
|
||||
|
||||
add_video_shader_test(RenderCadenceControllerTests
|
||||
"${SRC_DIR}/video/RenderCadenceController.cpp"
|
||||
"${SRC_DIR}/video/playout/RenderCadenceController.cpp"
|
||||
"${TEST_DIR}/RenderCadenceControllerTests.cpp"
|
||||
)
|
||||
|
||||
add_video_shader_test(SystemOutputFramePoolTests
|
||||
"${SRC_DIR}/video/SystemOutputFramePool.cpp"
|
||||
"${SRC_DIR}/video/VideoIOFormat.cpp"
|
||||
"${SRC_DIR}/video/playout/SystemOutputFramePool.cpp"
|
||||
"${SRC_DIR}/video/core/VideoIOFormat.cpp"
|
||||
"${TEST_DIR}/SystemOutputFramePoolTests.cpp"
|
||||
)
|
||||
|
||||
add_video_shader_test(VideoBackendLifecycleTests
|
||||
"${SRC_DIR}/video/VideoBackendLifecycle.cpp"
|
||||
"${SRC_DIR}/video/legacy/VideoBackendLifecycle.cpp"
|
||||
"${TEST_DIR}/VideoBackendLifecycleTests.cpp"
|
||||
)
|
||||
|
||||
add_video_shader_test(VideoIODeviceFakeTests
|
||||
"${SRC_DIR}/video/VideoIOFormat.cpp"
|
||||
"${SRC_DIR}/video/core/VideoIOFormat.cpp"
|
||||
"${TEST_DIR}/VideoIODeviceFakeTests.cpp"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user