aboutsummaryrefslogtreecommitdiff
path: root/cmake/cov_tool_wrapper.sh.in
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/cov_tool_wrapper.sh.in')
-rw-r--r--cmake/cov_tool_wrapper.sh.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/cmake/cov_tool_wrapper.sh.in b/cmake/cov_tool_wrapper.sh.in
new file mode 100644
index 0000000000..f6b7ff3419
--- /dev/null
+++ b/cmake/cov_tool_wrapper.sh.in
@@ -0,0 +1,5 @@
+# Copyright (c) 2024-present The Bitcoin Core developers
+# Distributed under the MIT software license, see the accompanying
+# file COPYING or https://opensource.org/license/mit/.
+
+exec @COV_TOOL@ "$@"