Cockatrice/tests/oracle
2026-03-14 23:59:56 -04:00
..
CMakeLists.txt fix(cmake): centralize TEST_QT_MODULES in FindQtRuntime.cmake Each test CMakeLists.txt was independently defining TEST_QT_MODULES with its own subset of Qt modules. This duplicated knowledge that already lives in FindQtRuntime.cmake (which handles module discovery for all other targets: SERVATRICE, COCKATRICE, ORACLE). Consolidate into a single definition using the union of all test requirements (Concurrent Network Svg Widgets), matching the existing pattern for application-target modules. This ensures test-only builds (-DTEST=ON without application targets) discover all necessary Qt components. 2026-03-14 23:59:56 -04:00
parse_cipt_test.cpp Update cipt parsing (#5712) 2025-03-14 21:44:13 -04:00