MCPcopy Create free account
hub / github.com/aethersdr/AetherSDR / check

Function check

tests/profile_load_command_test.cpp:11–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9int failures = 0;
10
11void check(bool condition, const char* name)
12{
13 if (condition) {
14 std::printf("[PASS] %s\n", name);
15 } else {
16 std::printf("[FAIL] %s\n", name);
17 ++failures;
18 }
19}
20
21void checkProfileLoad(const QString& command,
22 const QString& expectedType,

Callers 3

mainFunction · 0.70
checkProfileLoadFunction · 0.70
mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected