diff options
author | Janne Grunau <janne-libav@jannau.net> | 2012-12-02 20:31:20 +0100 |
---|---|---|
committer | Janne Grunau <janne-libav@jannau.net> | 2012-12-02 23:25:41 +0100 |
commit | abab0435d4bcc7de7c4ef6921602951556779d6a (patch) | |
tree | 0d3d885d01e75dc0ae94ba6da9ac4674d46f862e /tests/fate-run.sh | |
parent | 0b300daad2f5cb59a7c06dde5ac701685e6edf16 (diff) | |
download | ffmpeg-abab0435d4bcc7de7c4ef6921602951556779d6a.tar.gz |
fate: split dependencies for fate-seek tests
Each fate-seek test depends now only on the corresponding fate-acodec,
fate-vsynth2 or fate-lavf test which creates the file seek-tests
operates on. The tests and references are renamed to match the test they
depend on.
Diffstat (limited to 'tests/fate-run.sh')
-rwxr-xr-x | tests/fate-run.sh | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/tests/fate-run.sh b/tests/fate-run.sh index 09776d658d..cc6c4d1015 100755 --- a/tests/fate-run.sh +++ b/tests/fate-run.sh @@ -160,21 +160,6 @@ lavfitest(){ regtest lavfi lavfi tests/vsynth1 } -seektest(){ - t="${test#seek-}" - ref=${base}/ref/seek/$t - case $t in - image_*) file="tests/data/images/${t#image_}/%02d.${t#image_}" ;; - *) file=$(echo $t | tr _ '?') - for d in fate/acodec- fate/vsynth2- lavf/; do - test -f tests/data/$d$file && break - done - file=$(echo tests/data/$d$file) - ;; - esac - run libavformat/seek-test $target_path/$file -} - mkdir -p "$outdir" exec 3>&2 |