X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=Makefile;h=1063f4c57d05b4bd4369f282fb68999d173f74f0;hp=de219725ea7301c96743e1e4064bc91eed6965b8;hb=ce3198f06194b9ccd9a5d7653daa109175e1226b;hpb=191d257ebf6a138a2275d05328e01e4a3850f1b2 diff --git a/Makefile b/Makefile index de219725..1063f4c5 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ EXCLUDE=wwviaudio ogg_to_pcm jmap jbitset nfs # Where make scores puts the results -SCOREDIR=scores/$(shell whoami)/$(shell uname -s)-$(shell uname -m)-$(CC) +SCOREDIR=scores/$(shell whoami)/$(shell uname -s)-$(shell uname -m)-$(CC)-$(shell git describe --always --dirty) ALL=$(filter-out $(EXCLUDE), $(REALLY_ALL)) @@ -101,7 +101,7 @@ summary-check-%: tools/ccanlint/ccanlint $(OBJFILES) tools/ccanlint/ccanlint -s -d ccan/$* summary-fastcheck-%: tools/ccanlint/ccanlint $(OBJFILES) - tools/ccanlint/ccanlint -t $(FASTTIMEOUT) -s -d ccan/$* + tools/ccanlint/ccanlint -x tests_pass_valgrind -x tests_compile_coverage -s -d ccan/$* ccan/%/info: ccan/%/_info $(CC) $(CCAN_CFLAGS) -o $@ -x c $<