diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-06-22 07:24:45 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-07-04 05:58:47 +0200 |
commit | bf2a7f9161ee76724d120a88a5a6aafad9a1ba1c (patch) | |
tree | 015947b35a81782fd88bee6bf69a1db4a987eff2 /tests/Makefile | |
parent | 87466f81240afc0dafd94dceced02429343436e6 (diff) | |
download | ffmpeg-bf2a7f9161ee76724d120a88a5a6aafad9a1ba1c.tar.gz |
FATE: add a test for itunes cover art.
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 12928c7926..6fe4ed3923 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -36,6 +36,7 @@ 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/cdxl.mak +include $(SRC_PATH)/tests/fate/cover-art.mak include $(SRC_PATH)/tests/fate/dct.mak include $(SRC_PATH)/tests/fate/demux.mak include $(SRC_PATH)/tests/fate/dfa.mak |