Files
XCEngine/tests
ssdfasd a4e7785751 fix: use gtest_discover_tests for granular CTest test discovery
Replace add_test() with gtest_discover_tests() to enable CTest to
discover all 55 individual Google Test cases instead of treating them
as a single test. This improves test reporting granularity from 1/1
to 55/55 tests.
2026-03-22 21:53:42 +08:00
..