| 11 | namespace dds { |
| 12 | |
| 13 | TEST(UtilitiesFeatureFlags, LogDisabledByDefault) { |
| 14 | // Default build should not define DDS_UTILITIES_LOG. |
| 15 | EXPECT_FALSE(Utilities::log_enabled()); |
| 16 | } |
| 17 | |
| 18 | TEST(UtilitiesFeatureFlags, StatsDisabledByDefault) { |
| 19 | // Default build should not define DDS_UTILITIES_STATS. |
nothing calls this directly
no outgoing calls
no test coverage detected