From abab0435d4bcc7de7c4ef6921602951556779d6a Mon Sep 17 00:00:00 2001 From: Janne Grunau Date: Sun, 2 Dec 2012 20:31:20 +0100 Subject: 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. --- tests/fate-run.sh | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'tests/fate-run.sh') 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 -- cgit v1.2.3