MCPcopy Create free account
hub / github.com/dds-bridge/dds / TEST

Function TEST

library/tests/system/utilities_feature_flags_test.cpp:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11namespace dds {
12
13TEST(UtilitiesFeatureFlags, LogDisabledByDefault) {
14 // Default build should not define DDS_UTILITIES_LOG.
15 EXPECT_FALSE(Utilities::log_enabled());
16}
17
18TEST(UtilitiesFeatureFlags, StatsDisabledByDefault) {
19 // Default build should not define DDS_UTILITIES_STATS.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected