Browse Source

fixed test.conf path

Originally committed as revision 2054 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Fabrice Bellard 22 years ago
parent
commit
8ff7d1ad06
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      tests/Makefile
  2. +1
    -1
      tests/server-regression.sh

+ 1
- 1
tests/Makefile View File

@@ -17,7 +17,7 @@ LIBAV_REFFILE=$(SRC_PATH)/tests/libav.regression.ref
all: test libavtest test-server

test-server: vsynth1/0.pgm asynth1.sw
@$(SRC_PATH)/tests/server-regression.sh $(SERVER_REFFILE)
@$(SRC_PATH)/tests/server-regression.sh $(SERVER_REFFILE) $(SRC_PATH)/tests/test.conf

# fast regression tests for all codecs
test mpeg4 mpeg: vsynth1/0.pgm vsynth2/0.pgm asynth1.sw tiny_psnr


+ 1
- 1
tests/server-regression.sh View File

@@ -10,7 +10,7 @@ fi
# Make sure that the data directory exists
mkdir -p data

cp test.conf data/test.conf
cp "$2" data/test.conf
perl -e 'chomp($wd = `pwd`); print map { s!data/!!; "<Stream $_>\nFile $wd/data/$_\n</Stream>\n\n" } @ARGV' data/a* >> data/test.conf
perl -e 'chomp($wd = `pwd`); print map { s!data/!!; "<Stream $_.asf>\nFile $wd/data/$_\n</Stream>\n\n" } @ARGV' data/a* >> data/test.conf



Loading…
Cancel
Save