Commit f35d3b00 authored by mru's avatar mru

Use stripped executable in regression tests

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21870 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 34631f91
...@@ -20,7 +20,7 @@ outfile="$datadir/${outfile_prefix}-" ...@@ -20,7 +20,7 @@ outfile="$datadir/${outfile_prefix}-"
errfile="$datadir/$this.err" errfile="$datadir/$this.err"
# various files # various files
ffmpeg="$target_exec ${target_path}/ffmpeg_g" ffmpeg="$target_exec ${target_path}/ffmpeg"
tiny_psnr="tests/tiny_psnr" tiny_psnr="tests/tiny_psnr"
benchfile="$datadir/$this.bench" benchfile="$datadir/$this.bench"
bench="$datadir/$this.bench.tmp" bench="$datadir/$this.bench.tmp"
......
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