mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-06 11:10:22 +00:00
Makefile: check-memory-once: add a convenience target for focussed testing
This commit is contained in:
parent
a97cd074ff
commit
af4d706b18
5
Makefile
5
Makefile
@ -190,6 +190,11 @@ check-memory: .built
|
|||||||
$(PP) \
|
$(PP) \
|
||||||
$(PYTHON) src/allmydata/test/check_memory.py download-GET-slow
|
$(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:
|
test-darcs-boringfile:
|
||||||
$(MAKE)
|
$(MAKE)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user