From af4d706b183d0eb9d5502042c6caa3a5e3911fcc Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Wed, 19 Sep 2007 12:29:16 -0700 Subject: [PATCH] Makefile: check-memory-once: add a convenience target for focussed testing --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) 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) -- 2.45.2