diff options
author | Martin Vignali <martin.vignali@gmail.com> | 2018-03-11 19:22:54 +0100 |
---|---|---|
committer | Martin Vignali <martin.vignali@gmail.com> | 2018-03-13 20:27:22 +0100 |
commit | 414c0e27a981f0fdcb91cc4856fc0ce81d2da877 (patch) | |
tree | 9e9ee0abf9522ec98844140e3755b80f7dca6dc9 /tests/Makefile | |
parent | 7b0cb2e032d38b914a98dedc82c5262c14eeccb7 (diff) | |
download | ffmpeg-streaming-414c0e27a981f0fdcb91cc4856fc0ce81d2da877.zip ffmpeg-streaming-414c0e27a981f0fdcb91cc4856fc0ce81d2da877.tar.gz |
fate/hap : move decoding test to a separate file
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 f1ac610..6074ac7 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -129,6 +129,7 @@ include $(SRC_PATH)/tests/fate/flvenc.mak include $(SRC_PATH)/tests/fate/gapless.mak include $(SRC_PATH)/tests/fate/gif.mak include $(SRC_PATH)/tests/fate/h264.mak +include $(SRC_PATH)/tests/fate/hap.mak include $(SRC_PATH)/tests/fate/hevc.mak include $(SRC_PATH)/tests/fate/id3v2.mak include $(SRC_PATH)/tests/fate/image.mak |