Skip to content

Commit 09b4be2

Browse files
committed
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>
1 parent f154615 commit 09b4be2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

external/Makefile.check

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@ CHECK_TOOL=$(patsubst %,check-%,$(TOOL))
66
TOOL_COVERAGE=$(patsubst %,%-coverage,$(TOOL))
77
TOOL_TEST_CLEAN=$(patsubst %,%-test-clean,$(TOOL))
88

9+
.PHONY: external-check
10+
external-check: $(CHECK_TOOL)
911

1012
.PHONY: check
11-
check: $(CHECK_TOOL)
13+
check: external-check
1214

1315
#Makefile knows to build and clean it before checking, should also
1416
#make clean before checking. If not, .o files for different

0 commit comments

Comments
 (0)