summaryrefslogtreecommitdiff
path: root/tests/fate-run.sh
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2011-07-13 02:09:19 +0200
committerDiego Biurrun <diego@biurrun.de>2011-07-13 13:27:15 +0200
commit191c5f8ff33eb995b6dbc5b11af7c1a79f8381f0 (patch)
tree6dd2a263ecbf87e6b57e917ec0ca7fbd639dd0cb /tests/fate-run.sh
parent2c4d7bf0083fc79a144ffed84200412cbf3f603c (diff)
build: move tests/seek_test.c to libavformat and reuse generic build rules
Diffstat (limited to 'tests/fate-run.sh')
-rwxr-xr-xtests/fate-run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate-run.sh b/tests/fate-run.sh
index 10497c497e..4121035853 100755
--- a/tests/fate-run.sh
+++ b/tests/fate-run.sh
@@ -104,7 +104,7 @@ seektest(){
file=$(echo tests/data/$d/$file)
;;
esac
- $target_exec $target_path/tests/seek_test $target_path/$file
+ $target_exec $target_path/libavformat/seek-test $target_path/$file
}
mkdir -p "$outdir"