diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-01-25 12:56:14 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-01-25 12:56:14 +0000 |
commit | 200d9a885b64a739e6510a527911bdaee7f2eae0 (patch) | |
tree | 47741886ef070caebd0ea73727df1ebae461a2c1 /tests | |
parent | ca3798dc2213536498ac1d75637c3da8aea2d3c4 (diff) | |
download | ffmpeg-200d9a885b64a739e6510a527911bdaee7f2eae0.tar.gz |
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
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile index 18a5157078..426cd69611 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -16,9 +16,13 @@ SERVER_REFFILE=$(SRC_DIR)/ffserver.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 + @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 |