From ea383676cf7e36b48d9d548d286297271f463cab Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Tue, 30 Aug 2016 09:39:48 -0600 Subject: Makefile.inc: lint: Update to run lint-extended scripts - Add lint-extended as a valid option - Call lint-extend from what-jenkins-does and test-lint - When logging to a junit.xml file, name the file extended-junit.xml so it doesn't conflict with the stable junit.xml file. Change-Id: I7e4156844b8c60790e03a0e43564610bb0c8f386 Signed-off-by: Martin Roth Reviewed-on: https://review.coreboot.org/16362 Tested-by: build bot (Jenkins) Reviewed-by: Chris Ching --- util/testing/Makefile.inc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'util/testing') diff --git a/util/testing/Makefile.inc b/util/testing/Makefile.inc index 160210b3e700..977bc9fcc019 100644 --- a/util/testing/Makefile.inc +++ b/util/testing/Makefile.inc @@ -67,11 +67,12 @@ JENKINS_PAYLOAD?=none TEST_PAYLOAD?=$(JENKINS_PAYLOAD) CPUS?=4 -lint lint-stable: +lint lint-stable lint-extended: util/lint/lint $@ what-jenkins-does: util/lint/lint lint-stable --junit + util/lint/lint lint-extended --junit util/abuild/abuild -B -J $(if $(JENKINS_NOCCACHE),,-y) -c $(CPUS) -z -p $(JENKINS_PAYLOAD) -x -X $(top)/abuild-chromeos.xml util/abuild/abuild -B -J $(if $(JENKINS_NOCCACHE),,-y) -c $(CPUS) -z -p $(JENKINS_PAYLOAD) (cd payloads/libpayload; unset COREBOOT_BUILD_DIR; $(MAKE) $(if $(JENKINS_NOCCACHE),,CONFIG_LP_CCACHE=y) V=$(V) Q=$(Q) junit.xml) @@ -84,7 +85,7 @@ test-basic: test-lint test-tools test-abuild test-payloads test-cleanup test-lint: util/lint/lint lint-stable - util/lint/lint-015-final-newlines + util/lint/lint lint-extended test-abuild: rm -rf coreboot-builds-chromeos coreboot-builds -- cgit v1.2.3