X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=Makefile;h=222a9b22146c516476d9ae2ae816a00636c5ad25;hp=4e49797456302ff8bad93620071cbf132c4db601;hb=90f280e891243504cd2e8dbf1daf5c179abca4b1;hpb=6841e5f5400313f101709bc502a197163b49fdbc diff --git a/Makefile b/Makefile index 4e497974..222a9b22 100644 --- a/Makefile +++ b/Makefile @@ -18,6 +18,7 @@ JUNKBALLS=$(JUNKDIRS:%=$(WEBDIR)/%.tar.bz2) include Makefile-ccan check: $(ALL_DIRS:%=test-%) + echo $(ALL_DIRS) distclean: clean rm -f $(ALL_DEPENDS) @@ -82,6 +83,11 @@ test-ccan/%: tools/run_tests libccan.a(%.o) @echo Testing $*... @if tools/run_tests $(V) ccan/$* | grep ^'not ok'; then exit 1; else exit 0; fi +# Some don't have object files. +test-ccan/%:: tools/run_tests + @echo Testing $*... + @if tools/run_tests $(V) ccan/$* | grep ^'not ok'; then exit 1; else exit 0; fi + ccanlint: tools/ccanlint/ccanlint clean: tools-clean