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.
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.