diff options
author | Jan Dabros <jsd@semihalf.com> | 2020-07-16 13:38:01 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-07-26 21:11:05 +0000 |
commit | ffa58cfc1267bbc977c70fa7607520d35366de6d (patch) | |
tree | 0b55d4809a93c407972527e6915e541366e18262 /util/lint/lint-007-checkpatch | |
parent | b3b13efde6f7cb61fe7633f6957ae61dc1461a5d (diff) |
util/lint: Add lint and checkpatch coverage for tests/ dir
Signed-off-by: Jan Dabros <jsd@semihalf.com>
Change-Id: I8018b75844e630c9ed46c8bc48f2aa1634bf3369
Reviewed-on: https://review.coreboot.org/c/coreboot/+/43511
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Julius Werner <jwerner@chromium.org>
Reviewed-by: Paul Fagerburg <pfagerburg@chromium.org>
Diffstat (limited to 'util/lint/lint-007-checkpatch')
-rwxr-xr-x | util/lint/lint-007-checkpatch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/lint/lint-007-checkpatch b/util/lint/lint-007-checkpatch index f78454198f..bc34e6bb4f 100755 --- a/util/lint/lint-007-checkpatch +++ b/util/lint/lint-007-checkpatch @@ -22,7 +22,7 @@ opts="--max-line-length 96" # default: test src and util if [ "$1" = "" ]; then - INCLUDED_DIRS="src util" + INCLUDED_DIRS="src util tests" # special mode: take diff from stdin, but exclude the dirs elif [ "$1" = "diff" ]; then args=$( echo $EXCLUDED_DIRS | \ |