projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a97cd07
)
Makefile: check-memory-once: add a convenience target for focussed testing
author
Brian Warner
<warner@allmydata.com>
Wed, 19 Sep 2007 19:29:16 +0000
(12:29 -0700)
committer
Brian Warner
<warner@allmydata.com>
Wed, 19 Sep 2007 19:29:16 +0000
(12:29 -0700)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index d4b61066a5a7c7bcf0f61651640b7d0260dd53dd..6231420039a6a629e15a00b9d09a71775949338c 100644
(file)
--- 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)