diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2016-06-03 14:09:18 -0400 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2016-06-06 11:59:53 -0400 |
commit | c3ed259e4fef64a1af4f6537be545fba47491aa9 (patch) | |
tree | 4466bf1e166a8f1e2d1cb0b8968785c334076645 /tests/Makefile | |
parent | 20a8c78ce0a5baf37f6a94e2d1e57e186b6f4b54 (diff) | |
download | ffmpeg-streaming-c3ed259e4fef64a1af4f6537be545fba47491aa9.zip ffmpeg-streaming-c3ed259e4fef64a1af4f6537be545fba47491aa9.tar.gz |
fate: Move Canopus decoder tests to a separate file
Signed-off-by: Vittorio Giovara <vittorio.giovara@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 82b7e0f..36a3a72 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -72,6 +72,7 @@ include $(SRC_PATH)/tests/fate/amrwb.mak include $(SRC_PATH)/tests/fate/atrac.mak include $(SRC_PATH)/tests/fate/audio.mak include $(SRC_PATH)/tests/fate/bmp.mak +include $(SRC_PATH)/tests/fate/canopus.mak include $(SRC_PATH)/tests/fate/cdxl.mak include $(SRC_PATH)/tests/fate/checkasm.mak include $(SRC_PATH)/tests/fate/cover-art.mak |