kRunTests top-level constant
runs the tests found in the main() of the app for release, this should be false
Implementation
const bool kRunTests = true;
runs the tests found in the main() of the app for release, this should be false
const bool kRunTests = true;