Commit abab0435 authored by Janne Grunau's avatar Janne Grunau

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.
parent 0b300daa
......@@ -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
......
This diff is collapsed.
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