coverage_util_ios.h 502 B

12345678910111213141516
  1. // Copyright 2014 The Chromium Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style license that can be
  3. // found in the LICENSE file.
  4. #ifndef TESTING_COVERAGE_UTIL_IOS_H_
  5. #define TESTING_COVERAGE_UTIL_IOS_H_
  6. namespace coverage_util {
  7. // In debug builds, if IOS_ENABLE_COVERAGE is defined, sets the filename of the
  8. // coverage file. Otherwise, it does nothing.
  9. void ConfigureCoverageReportPath();
  10. } // namespace coverage_util
  11. #endif // TESTING_COVERAGE_UTIL_IOS_H_