MCPcopy Create free account
hub / github.com/Tracktion/choc / main

Function main

tests/choc_tests.cpp:23–29  ·  view source on GitHub ↗

==============================================================================

Source from the content-addressed store, hash-verified

21
22//==============================================================================
23int main (int argc, const char** argv)
24{
25 choc::ArgumentList args (argc, argv);
26
27 choc::test::TestProgress progress;
28 return choc_unit_tests::runAllTests (progress, args.contains ("--multithread")) ? 0 : 1;
29}
30
31//==============================================================================
32// include this last to make sure the tests don't rely on any of the garbage

Callers

nothing calls this directly

Calls 1

containsMethod · 0.45

Tested by

no test coverage detected