blob: 0191f089a2dbf898d7a6ff6734b2e60d218df415 [file] [log] [blame]
[email protected]9b00523e2014-07-10 00:41:021// 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
5#ifndef TESTING_COVERAGE_UTIL_IOS_H_
6#define TESTING_COVERAGE_UTIL_IOS_H_
7
8namespace coverage_util {
9
lpromerodf93a882017-05-04 09:42:2010// In debug builds, if IOS_ENABLE_COVERAGE is defined, sets the filename of the
11// coverage file. Otherwise, it does nothing.
12void ConfigureCoverageReportPath();
[email protected]9b00523e2014-07-10 00:41:0213
14} // namespace coverage_util
15
16#endif // TESTING_COVERAGE_UTIL_IOS_H_