diff options
author | Clément Bœsch <ubitux@gmail.com> | 2012-06-15 19:08:28 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2012-06-29 20:20:02 +0200 |
commit | 04568f8d1a3bf1d8b66e8162288bf227724aa80b (patch) | |
tree | 0a64cfcac348e05bd5513b04164238adde768ba0 /tests/fate/subtitles.mak | |
parent | 8f4ce626f8810899ff4f9eee3d29bf9d90445aeb (diff) | |
download | ffmpeg-04568f8d1a3bf1d8b66e8162288bf227724aa80b.tar.gz |
fate: introduce subtitles.mak and move SubRip test in it.
Diffstat (limited to 'tests/fate/subtitles.mak')
-rw-r--r-- | tests/fate/subtitles.mak | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/fate/subtitles.mak b/tests/fate/subtitles.mak new file mode 100644 index 0000000000..4378c836bc --- /dev/null +++ b/tests/fate/subtitles.mak @@ -0,0 +1,5 @@ +FATE_SUBTITLES += fate-sub-srt +fate-sub-srt: CMD = md5 -i $(SAMPLES)/sub/SubRip_capability_tester.srt -f ass + +FATE_SAMPLES_FFMPEG += $(FATE_SUBTITLES) +fate-subtitles: $(FATE_SUBTITLES) |