diff options
author | Diego Biurrun <diego@biurrun.de> | 2011-12-29 14:03:03 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2011-12-30 01:01:20 +0100 |
commit | 209c44526700b1bac04b9fe97c8a8fdcfbeeba00 (patch) | |
tree | 453907c8ea47155625c0afff2fa95cd67b49262a /tests/Makefile | |
parent | bdda1616f475a5aa22f6d44198c42520865c5ab7 (diff) | |
download | ffmpeg-209c44526700b1bac04b9fe97c8a8fdcfbeeba00.tar.gz |
fate: split off DPCM 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 97370a41c2..d36fa5cdc5 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -33,6 +33,7 @@ include $(SRC_PATH)/tests/fate/amrnb.mak include $(SRC_PATH)/tests/fate/amrwb.mak include $(SRC_PATH)/tests/fate/atrac.mak include $(SRC_PATH)/tests/fate/dct.mak +include $(SRC_PATH)/tests/fate/dpcm.mak include $(SRC_PATH)/tests/fate/fft.mak include $(SRC_PATH)/tests/fate/h264.mak include $(SRC_PATH)/tests/fate/image.mak |