Skip to content

Commit

Permalink
Add description to build-scripts/install-coverage.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Perina <[email protected]>
  • Loading branch information
mwperina authored and dougsland committed Oct 3, 2023
1 parent c438aee commit 1e668bb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build-scripts/install-coverage.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
#!/bin/bash -xe
# SPDX-License-Identifier: LGPL-2.1-or-later

# This script should be executed only from meson as a part of install flow!
#
# Install all created `*.gcno` files so they could be packaged into bluechi-coverage RPM.
COV_DIR="${MESON_INSTALL_DESTDIR_PREFIX}/share/bluechi-coverage"
mkdir -p "${COV_DIR}"
find "${MESON_BUILD_ROOT}" -name '*.gcno' -exec cp "{}" "${COV_DIR}" \;

0 comments on commit 1e668bb

Please sign in to comment.