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

Function report

tests/client_deess_test.cpp:23–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21int g_failed = 0;
22
23void report(const char* name, bool ok, const std::string& detail = {})
24{
25 std::printf("%s %-54s %s\n",
26 ok ? "[ OK ]" : "[FAIL]",
27 name,
28 detail.c_str());
29 if (!ok) ++g_failed;
30}
31
32std::vector<float> makeTone(double freq, int frames, float amplitude)
33{

Callers 7

testBypassFunction · 0.70
testLowFreqPassthroughFunction · 0.70
testSibilantAttenuatedFunction · 0.70
testAmountClampFunction · 0.70
testFrequencySteeringFunction · 0.70
testTransientSanityFunction · 0.70
testResetFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected