X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=ec3df8251bdf7002c7fd53ccc9ff76ff1a333246;hb=93d1e1063c6b5599ab334398234d2de05c1236e8;hp=a9b13ff36baa9787499bca4cba44995460148ffe;hpb=655f0a840a92b10960ee942884548a4ef8f397d6;p=ccan diff --git a/Makefile b/Makefile index a9b13ff3..ec3df825 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ default: libccan.a include Makefile-ccan -check: $(ALL_TESTS:%=check-%) +check: $(ALL_TESTS:%=summary-check-%) distclean: clean rm -f $(ALL_DEPENDS) @@ -34,6 +34,10 @@ $(ALL_DEPENDS): %/.depends: %/_info tools/ccan_depends # Actual dependencies are created in inter-depends check-%: tools/ccanlint/ccanlint + @tools/ccanlint/ccanlint -d ccan/$* + +# Doesn't test dependencies, doesn't print verbose fail results. +summary-check-%: tools/ccanlint/ccanlint $(OBJFILES) @tools/ccanlint/ccanlint -s -d ccan/$* ccan/%/info: ccan/%/_info