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

exec ${CMAKE_GCOV} "$@"