From: Brian Warner Date: Wed, 18 Apr 2007 18:41:00 +0000 (-0700) Subject: GNUmakefile: remove test-zfec target, since the normal 'test' target provides zfec... X-Git-Tag: tahoe_v0.1.0-0-UNSTABLE~54 X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=85ce71ff9cd7820791dab7d6137aef8bbcbbd4b7;p=tahoe-lafs%2Ftahoe-lafs.git GNUmakefile: remove test-zfec target, since the normal 'test' target provides zfec coverage --- diff --git a/GNUmakefile b/GNUmakefile index 7d9455ee..fb4bfa53 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -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