mirror of https://git.ffmpeg.org/ffmpeg.git
fixed test.conf path
Originally committed as revision 2054 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
cf48e6f8dc
commit
8ff7d1ad06
|
@ -17,7 +17,7 @@ LIBAV_REFFILE=$(SRC_PATH)/tests/libav.regression.ref
|
||||||
all: test libavtest test-server
|
all: test libavtest test-server
|
||||||
|
|
||||||
test-server: vsynth1/0.pgm asynth1.sw
|
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
|
# fast regression tests for all codecs
|
||||||
test mpeg4 mpeg: vsynth1/0.pgm vsynth2/0.pgm asynth1.sw tiny_psnr
|
test mpeg4 mpeg: vsynth1/0.pgm vsynth2/0.pgm asynth1.sw tiny_psnr
|
||||||
|
|
|
@ -10,7 +10,7 @@ fi
|
||||||
# Make sure that the data directory exists
|
# Make sure that the data directory exists
|
||||||
mkdir -p data
|
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 $_>\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
|
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…
Reference in New Issue