Commit 28428853 authored by diego's avatar diego

Rename variable for consistency.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@9140 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 366a97ba
...@@ -10,10 +10,10 @@ BUILD_DIR = $(BUILD_ROOT)/tests ...@@ -10,10 +10,10 @@ BUILD_DIR = $(BUILD_ROOT)/tests
CFLAGS = -O2 -Wall -g CFLAGS = -O2 -Wall -g
FFMPEG_REFFILE = $(SRC_DIR)/ffmpeg.regression.ref FFMPEG_REFFILE = $(SRC_DIR)/ffmpeg.regression.ref
FFSERVER_REFFILE = $(SRC_DIR)/ffserver.regression.ref
LIBAV_REFFILE = $(SRC_DIR)/libav.regression.ref LIBAV_REFFILE = $(SRC_DIR)/libav.regression.ref
ROTOZOOM_REFFILE = $(SRC_DIR)/rotozoom.regression.ref ROTOZOOM_REFFILE = $(SRC_DIR)/rotozoom.regression.ref
SEEK_REFFILE = $(SRC_DIR)/seek.regression.ref SEEK_REFFILE = $(SRC_DIR)/seek.regression.ref
SERVER_REFFILE = $(SRC_DIR)/ffserver.regression.ref
all fulltest test: codectest libavtest seektest all fulltest test: codectest libavtest seektest
...@@ -22,7 +22,7 @@ test-server: vsynth1/00.pgm asynth1.sw ...@@ -22,7 +22,7 @@ test-server: vsynth1/00.pgm asynth1.sw
@echo "Unfortunately ffserver is broken and therefore its regression" @echo "Unfortunately ffserver is broken and therefore its regression"
@echo "test fails randomly. Treat the results accordingly." @echo "test fails randomly. Treat the results accordingly."
@echo @echo
$(SRC_DIR)/server-regression.sh $(SERVER_REFFILE) $(SRC_DIR)/test.conf $(SRC_DIR)/server-regression.sh $(FFSERVER_REFFILE) $(SRC_DIR)/test.conf
codectest mpeg4 mpeg ac3 snow snowll: vsynth1/00.pgm vsynth2/00.pgm asynth1.sw tiny_psnr$(EXESUF) codectest mpeg4 mpeg ac3 snow snowll: vsynth1/00.pgm vsynth2/00.pgm asynth1.sw tiny_psnr$(EXESUF)
$(SRC_DIR)/regression.sh $@ $(FFMPEG_REFFILE) vsynth1 $(SRC_DIR)/regression.sh $@ $(FFMPEG_REFFILE) vsynth1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment