diff options
author | Diego Biurrun <diego@biurrun.de> | 2011-12-14 14:59:47 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2011-12-14 19:09:58 +0100 |
commit | 753a5063bd5834d2a3eb50729cbdc8d99724f221 (patch) | |
tree | 3e5d3a5876b823e1ee271ba93db506bac0a66da1 /tests/Makefile | |
parent | bad3817919771f70bd5b7fd9fee1e3c2866b1caf (diff) | |
download | ffmpeg-753a5063bd5834d2a3eb50729cbdc8d99724f221.tar.gz |
fate: split off screen 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 7c74934c48..e3c4d9932b 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -38,6 +38,7 @@ include $(SRC_PATH)/tests/fate/libavutil.mak include $(SRC_PATH)/tests/fate/mp3.mak include $(SRC_PATH)/tests/fate/prores.mak include $(SRC_PATH)/tests/fate/real.mak +include $(SRC_PATH)/tests/fate/screen.mak include $(SRC_PATH)/tests/fate/vorbis.mak include $(SRC_PATH)/tests/fate/vp8.mak |