MCPcopy Create free account
hub / github.com/QuEST-Kit/QuEST / getWhetherToTestAllDeployments

Function getWhetherToTestAllDeployments

tests/utils/config.cpp:72–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72bool getWhetherToTestAllDeployments() {
73
74 static bool value = getIntEnvVarValueOrDefault("TEST_ALL_DEPLOYMENTS", 1);
75 return value;
76}

Callers 2

testRunStartingMethod · 0.85
getSupportedDeploymentsFunction · 0.85

Calls 1

Tested by

no test coverage detected