From: Brian Warner Date: Wed, 19 Sep 2007 19:29:16 +0000 (-0700) Subject: Makefile: check-memory-once: add a convenience target for focussed testing X-Git-Tag: allmydata-tahoe-0.6.0~61 X-Git-Url: https://git.rkrishnan.org/listings/pb2server.py?a=commitdiff_plain;h=af4d706b183d0eb9d5502042c6caa3a5e3911fcc;p=tahoe-lafs%2Ftahoe-lafs.git Makefile: check-memory-once: add a convenience target for focussed testing --- diff --git a/Makefile b/Makefile index d4b61066..62314200 100644 --- a/Makefile +++ b/Makefile @@ -190,6 +190,11 @@ check-memory: .built $(PP) \ $(PYTHON) src/allmydata/test/check_memory.py download-GET-slow +check-memory-once: .built + rm -rf _test_memory + $(PP) \ + $(PYTHON) src/allmydata/test/check_memory.py $(TYPE) + test-darcs-boringfile: $(MAKE)