diff options
author | Diego Biurrun <diego@biurrun.de> | 2011-12-14 19:26:00 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2011-12-14 19:52:14 +0100 |
commit | 8602767492102247ab63a1b039dcd7ebb03fcb58 (patch) | |
tree | c24a270a75cb788de801c951aaeaf70e2f0eb37e /tests/Makefile | |
parent | f8c47cb863d76739c8d86bbcf68d96c11884c207 (diff) | |
download | ffmpeg-8602767492102247ab63a1b039dcd7ebb03fcb58.tar.gz |
fate: split off lossless video and audio FATE tests into their own files
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile index f2fbc6051d..bfb94a1cce 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -35,6 +35,8 @@ 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/libavutil.mak +include $(SRC_PATH)/tests/fate/lossless-audio.mak +include $(SRC_PATH)/tests/fate/lossless-video.mak include $(SRC_PATH)/tests/fate/mp3.mak include $(SRC_PATH)/tests/fate/prores.mak include $(SRC_PATH)/tests/fate/qtrle.mak |