fate-run: add helper to run things on target
Originally committed as revision 24694 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -40,6 +40,10 @@ stddev(){
|
|||||||
do_tiny_psnr "$1" "$2" stddev '<=' ${fuzz:-1}
|
do_tiny_psnr "$1" "$2" stddev '<=' ${fuzz:-1}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
run(){
|
||||||
|
$target_exec $target_path/"$@"
|
||||||
|
}
|
||||||
|
|
||||||
ffmpeg(){
|
ffmpeg(){
|
||||||
$target_exec $target_path/ffmpeg "$@"
|
$target_exec $target_path/ffmpeg "$@"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user