Browse Source

Do not run (broken) ffserver test by default and warn about its brokenness.

Originally committed as revision 7710 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun 18 years ago
parent
commit
200d9a885b
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      tests/Makefile

+ 5
- 1
tests/Makefile View File

@@ -16,9 +16,13 @@ SERVER_REFFILE=$(SRC_DIR)/ffserver.regression.ref


LIBAV_REFFILE=$(SRC_DIR)/libav.regression.ref 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 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 @$(SRC_DIR)/server-regression.sh $(SERVER_REFFILE) $(SRC_DIR)/test.conf


# fast regression tests for all codecs # fast regression tests for all codecs


Loading…
Cancel
Save