legacy code cleanup
Some checks failed
CI / React UI Build (push) Successful in 10s
CI / Native Windows Build And Tests (push) Failing after 2m31s
CI / Windows Release Package (push) Has been skipped

This commit is contained in:
2026-05-22 15:45:54 +10:00
parent d831b418d7
commit 2fdb1741f9
26 changed files with 27 additions and 3684 deletions

View File

@@ -146,37 +146,6 @@ add_video_shader_test(VideoOutputThreadTests
"${TEST_DIR}/VideoOutputThreadTests.cpp"
)
add_video_shader_test(OutputProductionControllerTests
"${SRC_DIR}/video/playout/OutputProductionController.cpp"
"${TEST_DIR}/OutputProductionControllerTests.cpp"
)
add_video_shader_test(RenderOutputQueueTests
"${SRC_DIR}/video/playout/RenderOutputQueue.cpp"
"${TEST_DIR}/RenderOutputQueueTests.cpp"
)
add_video_shader_test(RenderCadenceControllerTests
"${SRC_DIR}/video/playout/RenderCadenceController.cpp"
"${TEST_DIR}/RenderCadenceControllerTests.cpp"
)
add_video_shader_test(SystemOutputFramePoolTests
"${SRC_DIR}/video/playout/SystemOutputFramePool.cpp"
${VIDEO_FORMAT_SOURCES}
"${TEST_DIR}/SystemOutputFramePoolTests.cpp"
)
add_video_shader_test(VideoBackendLifecycleTests
"${SRC_DIR}/video/legacy/VideoBackendLifecycle.cpp"
"${TEST_DIR}/VideoBackendLifecycleTests.cpp"
)
add_video_shader_test(VideoIODeviceFakeTests
${VIDEO_FORMAT_SOURCES}
"${TEST_DIR}/VideoIODeviceFakeTests.cpp"
)
set_tests_properties(RenderCadenceCompositorLoggerTests PROPERTIES
ENVIRONMENT "VIDEO_SHADER_TEST_LOG_TO_CONSOLE=0"
)