diff options
author | Steinar H. Gunderson <steinar+ffmpeg@gunderson.no> | 2017-08-03 09:31:30 +0200 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2017-08-03 16:36:02 -0300 |
commit | 45ffe4645e682e0cd13a1c5c23de40dc1a00ff7c (patch) | |
tree | f3f1d5725daba9608e1d9c336c3850bd08064ec5 /tests/Makefile | |
parent | effd2e7291a12760891289540f944d71ff32a1c8 (diff) | |
download | ffmpeg-streaming-45ffe4645e682e0cd13a1c5c23de40dc1a00ff7c.zip ffmpeg-streaming-45ffe4645e682e0cd13a1c5c23de40dc1a00ff7c.tar.gz |
speedhq: add FATE tests
Also add simple FATE tests, based on output produced by the NDI SDK.
Signed-off-by: James Almer <jamrial@gmail.com>
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 ab83ae8..30f05be 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -165,6 +165,7 @@ 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/source.mak +include $(SRC_PATH)/tests/fate/speedhq.mak include $(SRC_PATH)/tests/fate/subtitles.mak include $(SRC_PATH)/tests/fate/utvideo.mak include $(SRC_PATH)/tests/fate/video.mak |