diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-05-27 14:05:50 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-05-27 14:05:50 +0000 |
commit | faed2a7f8fd545d910f3a346077a208dcb8c8334 (patch) | |
tree | c4301c5dc56abf9a5493e891a6e8dc5b8cf7a6c4 /tests | |
parent | 1b1a1608be0620199fb8094179b758b2759b381d (diff) | |
download | ffmpeg-faed2a7f8fd545d910f3a346077a208dcb8c8334.tar.gz |
Rename variable for consistency.
Originally committed as revision 9140 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Makefile b/tests/Makefile index 0fe1ad3973..b1ce7efc65 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -10,10 +10,10 @@ BUILD_DIR = $(BUILD_ROOT)/tests CFLAGS = -O2 -Wall -g FFMPEG_REFFILE = $(SRC_DIR)/ffmpeg.regression.ref +FFSERVER_REFFILE = $(SRC_DIR)/ffserver.regression.ref LIBAV_REFFILE = $(SRC_DIR)/libav.regression.ref ROTOZOOM_REFFILE = $(SRC_DIR)/rotozoom.regression.ref SEEK_REFFILE = $(SRC_DIR)/seek.regression.ref -SERVER_REFFILE = $(SRC_DIR)/ffserver.regression.ref all fulltest test: codectest libavtest seektest @@ -22,7 +22,7 @@ test-server: vsynth1/00.pgm asynth1.sw @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 $(FFSERVER_REFFILE) $(SRC_DIR)/test.conf codectest mpeg4 mpeg ac3 snow snowll: vsynth1/00.pgm vsynth2/00.pgm asynth1.sw tiny_psnr$(EXESUF) $(SRC_DIR)/regression.sh $@ $(FFMPEG_REFFILE) vsynth1 |