diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-07-27 20:29:32 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-08-01 11:36:16 +0200 |
commit | b4ea1c5a77704eb7096bc017467b774e088ef3bd (patch) | |
tree | 81ec1d0691cdfd8c1180315db638e4e37059ae73 /tests/Makefile | |
parent | e5fc6ab6652b39311bce0767c7e1a92942b3cc47 (diff) | |
download | ffmpeg-b4ea1c5a77704eb7096bc017467b774e088ef3bd.tar.gz |
Remove the ffserver test.
It doesn't work and is therefore useless.
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/Makefile b/tests/Makefile index 0a9e402c66..7014bf5811 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -1,5 +1,3 @@ -FFSERVER_REFFILE = $(SRC_PATH)/tests/ffserver.regression.ref - AREF = fate-acodec-aref VREF = fate-vsynth1-vref fate-vsynth2-vref REFS = $(AREF) $(VREF) @@ -7,13 +5,6 @@ REFS = $(AREF) $(VREF) $(VREF): ffmpeg$(EXESUF) tests/vsynth1/00.pgm tests/vsynth2/00.pgm $(AREF): ffmpeg$(EXESUF) tests/data/asynth1.sw -ffservertest: ffserver$(EXESUF) tests/vsynth1/00.pgm tests/data/asynth1.sw - @echo - @echo "Unfortunately ffserver is broken and therefore its regression" - @echo "test fails randomly. Treat the results accordingly." - @echo - $(SRC_PATH)/tests/ffserver-regression.sh $(FFSERVER_REFFILE) $(SRC_PATH)/tests/ffserver.conf - tests/vsynth1/00.pgm: tests/videogen$(HOSTEXESUF) @mkdir -p tests/vsynth1 $(M)./$< 'tests/vsynth1/' |