diff options
author | Guillaume Martres <smarter@ubuntu.com> | 2013-10-12 11:55:47 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-10-16 01:25:58 +0200 |
commit | fb3cea4be339f4544ca37fb0bc917d734d063a1f (patch) | |
tree | 1290858da78dd28e81a699ee3eaa03b2362819cc /tests/Makefile | |
parent | f58cb772d9661eed4b223cb727c5cc9821f910a9 (diff) | |
download | ffmpeg-fb3cea4be339f4544ca37fb0bc917d734d063a1f.tar.gz |
FATE: add HEVC tests
The tests are disabled as 2 do not pass yet
(fate-hevc-conformance-PPS_A_qualcomm_7 and fate-hevc-conformance-RAP_A_docomo_4)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 20a25ddc44..60a8e6c168 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -102,6 +102,7 @@ include $(SRC_PATH)/tests/fate/flac.mak include $(SRC_PATH)/tests/fate/fft.mak include $(SRC_PATH)/tests/fate/gif.mak include $(SRC_PATH)/tests/fate/h264.mak +include $(SRC_PATH)/tests/fate/hevc.mak include $(SRC_PATH)/tests/fate/image.mak include $(SRC_PATH)/tests/fate/indeo.mak include $(SRC_PATH)/tests/fate/libavcodec.mak |