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/run-test.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 tools/run-test.sh (limited to 'tools/run-test.sh') diff --git a/tools/run-test.sh b/tools/run-test.sh new file mode 100755 index 0000000..489427b --- /dev/null +++ b/tools/run-test.sh @@ -0,0 +1,6 @@ +#!/bin/sh -e + +./test/interface_test_unit +./test/fileop_test_utils +./test/file_util_test +./test/interface_test -- cgit 1.2.3-korg