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/Makefile | |
parent | 8f4ce626f8810899ff4f9eee3d29bf9d90445aeb (diff) | |
download | ffmpeg-04568f8d1a3bf1d8b66e8162288bf227724aa80b.tar.gz |
fate: introduce subtitles.mak and move SubRip test in it.
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile index d91c07950f..266901c584 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -72,6 +72,7 @@ include $(SRC_PATH)/tests/fate/qt.mak include $(SRC_PATH)/tests/fate/qtrle.mak include $(SRC_PATH)/tests/fate/real.mak include $(SRC_PATH)/tests/fate/screen.mak +include $(SRC_PATH)/tests/fate/subtitles.mak include $(SRC_PATH)/tests/fate/utvideo.mak include $(SRC_PATH)/tests/fate/video.mak include $(SRC_PATH)/tests/fate/voice.mak |