summaryrefslogtreecommitdiff
path: root/zephyr/gcov.tmpl.sh
blob: 96bd82ab51dbf32217f8e055ee0d2b5e0d6682dc (plain)
1
2
3
4
5
6
7
#!/bin/bash
#
# Copyright 2021 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

exec ${CMAKE_GCOV} "$@"