diff options
author | Oana Stratulat <oanaandreeastratulat@gmail.com> | 2011-12-29 22:47:59 +0200 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2011-12-31 15:06:31 -0500 |
commit | febd022228660cb4b4d0e7b108bfec339b7dce92 (patch) | |
tree | ed96d493008ed2b142fc13a9161c13bd68f014b5 /tests/Makefile | |
parent | 464f26889c99f194d112fcf1197795d341fad38b (diff) | |
download | ffmpeg-febd022228660cb4b4d0e7b108bfec339b7dce92.tar.gz |
FATE: add tests for dfa
Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
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 4c9f958c08..43024eb17f 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -32,6 +32,7 @@ include $(SRC_PATH)/tests/fate/atrac.mak include $(SRC_PATH)/tests/fate/audio.mak include $(SRC_PATH)/tests/fate/dct.mak include $(SRC_PATH)/tests/fate/demux.mak +include $(SRC_PATH)/tests/fate/dfa.mak include $(SRC_PATH)/tests/fate/dpcm.mak include $(SRC_PATH)/tests/fate/ea.mak include $(SRC_PATH)/tests/fate/fft.mak |