MCPcopy Create free account
hub / github.com/0xShug0/audio.cpp / main

Function main

tests/unittests/test_flashsr_utility.cpp:82–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80} // namespace
81
82int main() {
83 try {
84 run_case(0);
85 run_case(1);
86 std::cout << "flashsr_utility_test passed\n";
87 } catch (const std::exception & ex) {
88 std::cerr << "flashsr_utility_test failed: " << ex.what() << "\n";
89 return 1;
90 }
91 return 0;
92}

Callers

nothing calls this directly

Calls 1

run_caseFunction · 0.70

Tested by

no test coverage detected