mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 04:57:54 +00:00
makefile: add a test-clean target
This commit is contained in:
parent
8fc1bf4330
commit
13e2af8033
@ -177,9 +177,15 @@ check-memory:
|
|||||||
$(PP) $(PYTHON) src/allmydata/test/check_memory.py
|
$(PP) $(PYTHON) src/allmydata/test/check_memory.py
|
||||||
|
|
||||||
test-darcs-boringfile:
|
test-darcs-boringfile:
|
||||||
make
|
$(MAKE)
|
||||||
$(PYTHON) misc/test-darcs-boringfile.py
|
$(PYTHON) misc/test-darcs-boringfile.py
|
||||||
|
|
||||||
|
test-clean:
|
||||||
|
find . |sort >allfiles.tmp.old
|
||||||
|
$(MAKE)
|
||||||
|
$(MAKE) clean
|
||||||
|
find . |grep -v allfiles.tmp |sort >allfiles.tmp.new
|
||||||
|
diff allfiles.tmp.old allfiles.tmp.new
|
||||||
|
|
||||||
clean: clean-zfec clean-Crypto clean-foolscap
|
clean: clean-zfec clean-Crypto clean-foolscap
|
||||||
rm -rf build
|
rm -rf build
|
||||||
|
Loading…
Reference in New Issue
Block a user