From bce82f78caea4193c68a9c8ec02e77ec8df0a101 Mon Sep 17 00:00:00 2001 From: Ben Taylor Date: Tue, 14 Oct 2025 13:10:40 +0100 Subject: [PATCH] Add adapted lcov.sh to the framework Signed-off-by: Ben Taylor --- scripts/lcov.sh | 101 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 101 insertions(+) create mode 100755 scripts/lcov.sh diff --git a/scripts/lcov.sh b/scripts/lcov.sh new file mode 100755 index 000000000..b8f16e82c --- /dev/null +++ b/scripts/lcov.sh @@ -0,0 +1,101 @@ +#!/bin/sh + +help () { + cat <&1; exit 120;; + esac +done +shift $((OPTIND - 1)) + +"$main" "$@"