MCPcopy Create free account
hub / github.com/MonaSolutions/MonaServer / TestProcessInclude

Function TestProcessInclude

UnitTests/sources/OptionsTest.cpp:150–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148}
149
150void TestProcessInclude(const string& name, const string& value) {
151 CHECK(name == "include-dir");
152 static const char* res[] = {
153 "include",
154 "/usr/include",
155 "/usr/local/include",
156 "/proj/include",
157 "/usr/include" };
158 CHECK(value == res[_I++]);
159}
160
161void TestProcessVerbose(const string& name, const string& value) {
162 CHECK(name == "verbose");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected