mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-09 03:44:23 +00:00
GNUmakefile: remove test-zfec target, since the normal 'test' target provides zfec coverage
This commit is contained in:
parent
cacf790fc2
commit
85ce71ff9c
@ -50,9 +50,6 @@ build: build-zfec build-Crypto
|
||||
build-zfec:
|
||||
cd src/zfec && $(PYTHON) ./setup.py $(EXTRA_SETUP_ARGS) install --install-lib="$(INSTDIR)" --install-scripts="$(INSTDIR)/scripts"
|
||||
|
||||
test-zfec:
|
||||
$(PP) $(PYTHON) src/zfec/fec/test/test_zfec.py
|
||||
|
||||
clean-zfec:
|
||||
-cd src/zfec && python ./setup.py clean --all
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user