Commit dff1fc51 authored by Måns Rullgård's avatar Måns Rullgård

fate-run: add helper to run things on target

Originally committed as revision 24694 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent a79e921e
......@@ -40,6 +40,10 @@ stddev(){
do_tiny_psnr "$1" "$2" stddev '<=' ${fuzz:-1}
}
run(){
$target_exec $target_path/"$@"
}
ffmpeg(){
$target_exec $target_path/ffmpeg "$@"
}
......
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