xref: /aosp_15_r20/external/cn-cbor/cmake/CoverallsClear.cmake (revision 254b1274ba1d768fbd68f5671e61c44001b5d4a8)
1*254b1274SAndroid Build Coastguard Worker#
2*254b1274SAndroid Build Coastguard Worker# Permission is hereby granted, free of charge, to any person obtaining a copy
3*254b1274SAndroid Build Coastguard Worker# of this software and associated documentation files (the "Software"), to deal
4*254b1274SAndroid Build Coastguard Worker# in the Software without restriction, including without limitation the rights
5*254b1274SAndroid Build Coastguard Worker# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
6*254b1274SAndroid Build Coastguard Worker# copies of the Software, and to permit persons to whom the Software is
7*254b1274SAndroid Build Coastguard Worker# furnished to do so, subject to the following conditions:
8*254b1274SAndroid Build Coastguard Worker#
9*254b1274SAndroid Build Coastguard Worker# The above copyright notice and this permission notice shall be included in all
10*254b1274SAndroid Build Coastguard Worker# copies or substantial portions of the Software.
11*254b1274SAndroid Build Coastguard Worker#
12*254b1274SAndroid Build Coastguard Worker# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
13*254b1274SAndroid Build Coastguard Worker# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
14*254b1274SAndroid Build Coastguard Worker# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
15*254b1274SAndroid Build Coastguard Worker# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
16*254b1274SAndroid Build Coastguard Worker# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
17*254b1274SAndroid Build Coastguard Worker# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
18*254b1274SAndroid Build Coastguard Worker# SOFTWARE.
19*254b1274SAndroid Build Coastguard Worker#
20*254b1274SAndroid Build Coastguard Worker# Copyright (C) 2014 Joakim Söderberg <[email protected]>
21*254b1274SAndroid Build Coastguard Worker#
22*254b1274SAndroid Build Coastguard Worker
23*254b1274SAndroid Build Coastguard Workermessage ( "Clearing coverage data" )
24*254b1274SAndroid Build Coastguard Workerfile(REMOVE_RECURSE ${PROJECT_BINARY_DIR}/*.gcda)
25*254b1274SAndroid Build Coastguard Workerfile(REMOVE ${PROJECT_BINARY_DIR}/*.gcov)
26*254b1274SAndroid Build Coastguard Workerfile(REMOVE ${PROJECT_BINARY_DIR}/*.gcov_tmp)
27