X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=Makefile;h=658953af4a49628b6df7cf8863ab828ce8497033;hb=0845e79650c9257aa0ddef8ff99fd815b5edffac;hp=e10c9601a95ce8f56ff7b2c12f9acaaf13c0bf53;hpb=d0093562b281634fa32943ace88a134c397b411d;p=ccan diff --git a/Makefile b/Makefile index e10c9601..658953af 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ # 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)-$(shell git describe --always --dirty) @@ -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 $<