tests: add manual picture loader benchmark against the real card hosts

(cherry picked from commit 588d71d3b9a8278ab98b847802908f322c1035b7)
This commit is contained in:
Lukas Brübach 2026-09-06 11:29:40 +02:00 • committed by BruebachL
parent 77ded1da97
commit 8052676b29
4 changed files with 711 additions and 0 deletions

View file

@ -132,3 +132,9 @@ add_subdirectory(loading_from_clipboard)
add_subdirectory(movecard_tests)
add_subdirectory(oracle)
add_subdirectory(settings)
# picture_loader_benchmark links libcockatrice_settings, which only exists when
# a client/UI-capable target is being built.
if(WITH_ORACLE OR WITH_CLIENT)
add_subdirectory(picture_loader_benchmark)
endif()