X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=Makefile;h=ec3df8251bdf7002c7fd53ccc9ff76ff1a333246;hb=c10aab24894083ac7ed2c5e349a2767457314982;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