GNUmakefile: remove test-zfec target, since the normal 'test' target provides zfec coverage

This commit is contained in:
Brian Warner 2007-04-18 11:41:00 -07:00
parent cacf790fc2
commit 85ce71ff9c

View File

@ -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