[Skiboot] [PATCH 11/15] test: Add an external-check target
Oliver O'Halloran
oohall at gmail.com
Fri Jun 12 12:24:48 AEST 2020
To go along with core-check and friends.
Signed-off-by: Oliver O'Halloran <oohall at gmail.com>
---
external/Makefile.check | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/external/Makefile.check b/external/Makefile.check
index 7edd7a21e6ce..d3d04c7ffabb 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
--
2.26.2
More information about the Skiboot
mailing list