aboutsummaryrefslogtreecommitdiff
path: root/external
diff options
context:
space:
mode:
authorOliver O'Halloran <oohall@gmail.com>2020-06-12 12:24:48 +1000
committerOliver O'Halloran <oohall@gmail.com>2020-06-17 21:18:45 +1000
commit09b4be2c46214746149f9f11f235a3ae0c6b16cc (patch)
tree38b357978c5b335282fe1e988fbfe6cfbfffdb76 /external
parentf154615dfcefaedfcbe60ef68480a0991f8e1bed (diff)
downloadskiboot-09b4be2c46214746149f9f11f235a3ae0c6b16cc.zip
skiboot-09b4be2c46214746149f9f11f235a3ae0c6b16cc.tar.gz
skiboot-09b4be2c46214746149f9f11f235a3ae0c6b16cc.tar.bz2
test: Add an external-check target
To go along with core-check and friends. Signed-off-by: Oliver O'Halloran <oohall@gmail.com> Reviewed-by: Vasant Hegde <hegdevasant@linux.vnet.ibm.com> Signed-off-by: Oliver O'Halloran <oohall@gmail.com>
Diffstat (limited to 'external')
-rw-r--r--external/Makefile.check4
1 files changed, 3 insertions, 1 deletions
diff --git a/external/Makefile.check b/external/Makefile.check
index 7edd7a2..d3d04c7 100644
--- a/external/Makefile.check
+++ b/external/Makefile.check
@@ -6,9 +6,11 @@ CHECK_TOOL=$(patsubst %,check-%,$(TOOL))
TOOL_COVERAGE=$(patsubst %,%-coverage,$(TOOL))
TOOL_TEST_CLEAN=$(patsubst %,%-test-clean,$(TOOL))
+.PHONY: external-check
+external-check: $(CHECK_TOOL)
.PHONY: check
-check: $(CHECK_TOOL)
+check: external-check
#Makefile knows to build and clean it before checking, should also
#make clean before checking. If not, .o files for different