[Ffmpeg-cvslog] r7710 - trunk/tests/Makefile
diego
subversion
Thu Jan 25 13:56:15 CET 2007
Author: diego
Date: Thu Jan 25 13:56:14 2007
New Revision: 7710
Modified:
trunk/tests/Makefile
Log:
Do not run (broken) ffserver test by default and warn about its brokenness.
Modified: trunk/tests/Makefile
==============================================================================
--- trunk/tests/Makefile (original)
+++ trunk/tests/Makefile Thu Jan 25 13:56:14 2007
@@ -16,9 +16,13 @@
LIBAV_REFFILE=$(SRC_DIR)/libav.regression.ref
-all fulltest test: codectest libavtest test-server
+all fulltest test: codectest libavtest
test-server: vsynth1/00.pgm asynth1.sw
+ @echo
+ @echo "Unfortunately ffserver is broken and therefore its regression"
+ @echo "test fails randomly. Treat the results accordingly."
+ @echo
@$(SRC_DIR)/server-regression.sh $(SERVER_REFFILE) $(SRC_DIR)/test.conf
# fast regression tests for all codecs
More information about the ffmpeg-cvslog
mailing list