start work on a memory-measuring test tool

This commit is contained in:
Brian Warner 2007-03-08 18:12:24 -07:00
parent 155d64ba6d
commit 1e25c9e897
2 changed files with 6 additions and 0 deletions

View File

@ -93,6 +93,9 @@ count-lines:
@echo -n "TODO: " @echo -n "TODO: "
@grep TODO `find src -name '*.py' |grep -v /build/` | wc --lines @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 clean: clean-pyfec clean-Crypto
rm -rf build rm -rf build
rm -f debian rm -f debian

View File

@ -0,0 +1,3 @@
#! /usr/bin/python
print "not implemented yet"