X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=Makefile;h=658953af4a49628b6df7cf8863ab828ce8497033;hp=de219725ea7301c96743e1e4064bc91eed6965b8;hb=45f24da35118db441e6153f02f6ddd937da1fa1c;hpb=191d257ebf6a138a2275d05328e01e4a3850f1b2 diff --git a/Makefile b/Makefile index de219725..658953af 100644 --- a/Makefile +++ b/Makefile @@ -12,10 +12,10 @@ # Trying to build the whole repo is usually a lose; there will be some # dependencies you don't have. -EXCLUDE=wwviaudio ogg_to_pcm jmap jbitset nfs +EXCLUDE=wwviaudio ogg_to_pcm jmap jset 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 $<