diff options
author | Diego Biurrun <diego@biurrun.de> | 2011-12-14 19:22:03 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2011-12-14 19:52:07 +0100 |
commit | 42de665db90f0f08e6f1215cd47cf27fd23e8e03 (patch) | |
tree | c05504a9e128d582ae93ec3029ab5a597e51df2b /tests/Makefile | |
parent | 753a5063bd5834d2a3eb50729cbdc8d99724f221 (diff) | |
download | ffmpeg-42de665db90f0f08e6f1215cd47cf27fd23e8e03.tar.gz |
fate: split off Ut Video 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 e3c4d9932b..62a0d11e6b 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -39,6 +39,7 @@ 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/utvideo.mak include $(SRC_PATH)/tests/fate/vorbis.mak include $(SRC_PATH)/tests/fate/vp8.mak |