mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-17 16:30: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) \
|
||||
$(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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user