NDI related tests

This commit is contained in:
2026-05-22 16:34:20 +10:00
parent cec8b76f61
commit 4e6b37304f
5 changed files with 118 additions and 29 deletions

View File

@@ -136,6 +136,13 @@ add_video_shader_test(VideoIOFormatTests
"${TEST_DIR}/VideoIOFormatTests.cpp"
)
add_video_shader_test(NdiInputFormatTests
"${SRC_DIR}/video/ndi/NdiInputFormat.cpp"
${VIDEO_FORMAT_SOURCES}
"${TEST_DIR}/NdiInputFormatTests.cpp"
)
target_include_directories(NdiInputFormatTests PRIVATE "${NDI_INCLUDE_DIR}")
add_video_shader_test(VideoPlayoutSchedulerTests
"${SRC_DIR}/video/playout/VideoPlayoutScheduler.cpp"
"${TEST_DIR}/VideoPlayoutSchedulerTests.cpp"