OSDN Git Service

fate-run: add helper to run things on target
authorMåns Rullgård <mans@mansr.com>
Wed, 4 Aug 2010 06:56:59 +0000 (06:56 +0000)
committerMåns Rullgård <mans@mansr.com>
Wed, 4 Aug 2010 06:56:59 +0000 (06:56 +0000)
Originally committed as revision 24694 to svn://svn.ffmpeg.org/ffmpeg/trunk

tests/fate-run.sh

index 3ed4765..9cb70e4 100755 (executable)
@@ -40,6 +40,10 @@ stddev(){
     do_tiny_psnr "$1" "$2" stddev  '<=' ${fuzz:-1}
 }
 
+run(){
+    $target_exec $target_path/"$@"
+}
+
 ffmpeg(){
     $target_exec $target_path/ffmpeg "$@"
 }