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-stable-000-license-headers | |
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-stable-000-license-headers')
-rwxr-xr-x | util/lint/lint-stable-000-license-headers | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/lint/lint-stable-000-license-headers b/util/lint/lint-stable-000-license-headers index a29c5d42dc..9da4a9acdf 100755 --- a/util/lint/lint-stable-000-license-headers +++ b/util/lint/lint-stable-000-license-headers @@ -6,4 +6,4 @@ # Top level util/lint/lint-000-license-headers "src/acpi src/arch src/commonlib src/console \ src/cpu src/device src/drivers src/ec src/mainboard src/northbridge \ - src/security src/soc src/southbridge src/superio" + src/security src/soc src/southbridge src/superio tests/" |