From 9eb9bf0460b2bba954452126bc02cf74aeb731cd Mon Sep 17 00:00:00 2001 From: Naoto Yamaguchi Date: Mon, 4 Jul 2022 07:30:41 +0900 Subject: Add qualification tools to librefop repo The librefop use gcov, gnucomplexity and clang-format to realize qualification. This patch add these helper script into source tree. Bug-AGL: SPEC-4500 Signed-off-by: Naoto Yamaguchi Change-Id: I014a0a315b08688470a540b397790aaee41d7efd --- tools/do-reformat-codingstyle.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 tools/do-reformat-codingstyle.sh (limited to 'tools/do-reformat-codingstyle.sh') diff --git a/tools/do-reformat-codingstyle.sh b/tools/do-reformat-codingstyle.sh new file mode 100755 index 0000000..34dfc50 --- /dev/null +++ b/tools/do-reformat-codingstyle.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +clang-format -i lib/*.c +clang-format -i lib/*.h +clang-format -i include/*.h -- cgit