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

Function main

tests/meter_model_test.cpp:211–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209} // namespace
210
211int main(int argc, char** argv)
212{
213 QCoreApplication app(argc, argv);
214
215 testAdjacentMetersDoNotSynthesizeCompression();
216 testCompPeakDirectlyExposesCompression();
217 testCompPeakClampsToGaugeRange();
218 testActiveTxSliceSelectsCompPeak();
219 testZeroSourceCompPeakUsesSliceContext();
220 testSparseSliceIdsUseManifestDerivedWaveformBase();
221 testAfterEqAndScMicDoNotAffectCompression();
222 testRemovingCompPeakMarksCompressionUnavailable();
223 testRemovingAdjacentMetersDoesNotClearCompPeak();
224
225 return g_failed == 0 ? 0 : 1;
226}

Callers

nothing calls this directly

Tested by

no test coverage detected