MCPcopy Create free account
hub / github.com/Hamlib/Hamlib / main

Function main

tests/testcookie.c:143–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143int main()
144{
145 rig_set_debug(RIG_DEBUG_VERBOSE);
146
147 if (test1()) { return 1; }
148
149 if (test2()) { return 1; }
150
151 if (test3_invalid_input()) { return 1; }
152
153 if (test4_large_cookie_size()) { return 1; }
154
155 return 0;
156}

Callers

nothing calls this directly

Calls 5

rig_set_debugFunction · 0.85
test1Function · 0.85
test2Function · 0.85
test3_invalid_inputFunction · 0.85
test4_large_cookie_sizeFunction · 0.85

Tested by

no test coverage detected