]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
start work on a memory-measuring test tool
authorBrian Warner <warner@lothar.com>
Fri, 9 Mar 2007 01:12:24 +0000 (18:12 -0700)
committerBrian Warner <warner@lothar.com>
Fri, 9 Mar 2007 01:12:24 +0000 (18:12 -0700)
Makefile
src/allmydata/test/check_memory.py [new file with mode: 0644]

index c1742b4c8dd0091a6b1e7a1db39ec84af1582da8..c282b6bf050948ab0774d01e6994345f612e2c6c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -93,6 +93,9 @@ count-lines:
        @echo -n "TODO: "
        @grep TODO `find src -name '*.py' |grep -v /build/` | wc --lines
 
+check-memory:
+       $(PP) $(PYTHON) src/allmydata/test/check_memory.py
+
 clean: clean-pyfec clean-Crypto
        rm -rf build
        rm -f debian
diff --git a/src/allmydata/test/check_memory.py b/src/allmydata/test/check_memory.py
new file mode 100644 (file)
index 0000000..64a4b02
--- /dev/null
@@ -0,0 +1,3 @@
+#! /usr/bin/python
+
+print "not implemented yet"