diff options
author | Diego Biurrun <diego@biurrun.de> | 2011-12-14 16:25:00 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2011-12-14 20:06:18 +0100 |
commit | d69a03ef4166a69408365a8e2fc334492721d64f (patch) | |
tree | 1e0ae433b10f2c1f1931b9b094c172defc28f956 /tests/Makefile | |
parent | b998aec461deb49a11299686962429afd657c10b (diff) | |
download | ffmpeg-d69a03ef4166a69408365a8e2fc334492721d64f.tar.gz |
fate: split off image codec FATE tests into their own 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 724a7ad4a4..3d3812f344 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -34,6 +34,7 @@ include $(SRC_PATH)/tests/fate/amrwb.mak include $(SRC_PATH)/tests/fate/dct.mak include $(SRC_PATH)/tests/fate/fft.mak include $(SRC_PATH)/tests/fate/h264.mak +include $(SRC_PATH)/tests/fate/image.mak include $(SRC_PATH)/tests/fate/libavutil.mak include $(SRC_PATH)/tests/fate/lossless-audio.mak include $(SRC_PATH)/tests/fate/lossless-video.mak |