This website requires JavaScript.
Explore
Help
Sign in
jeirmeister
/
Cockatrice
Watch
1
Star
0
Fork
You've already forked Cockatrice
0
mirror of
https://github.com/Cockatrice/Cockatrice.git
synced
2026-07-07 05:53:59 -07:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
2
f9e1451019
Cockatrice
/
tests
/
oracle
History
Download ZIP
Download TAR.GZ
DawnFire42
f9e1451019
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
..
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