diff options
author | Mans Rullgard <mans@mansr.com> | 2012-07-02 16:07:42 +0100 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2012-07-04 01:22:40 +0100 |
commit | 983fa8bc46a7365b0fdb71c85535da433b262776 (patch) | |
tree | 92ab7007b907814ef0f2e94715df19140d67843c /tests/Makefile | |
parent | 360aa2465a7cba8b66f96b27365011958787c72b (diff) | |
download | ffmpeg-983fa8bc46a7365b0fdb71c85535da433b262776.tar.gz |
fate: add flac encode/decode tests with various options
Signed-off-by: Mans Rullgard <mans@mansr.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 429762be7c..12928c7926 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -41,6 +41,7 @@ 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/flac.mak include $(SRC_PATH)/tests/fate/fft.mak include $(SRC_PATH)/tests/fate/h264.mak include $(SRC_PATH)/tests/fate/image.mak |