diff options
author | Mans Rullgard <mans@mansr.com> | 2011-06-29 19:01:25 +0100 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2011-06-29 19:22:58 +0100 |
commit | 0291ce840c0d2dd0fe79701e09f1d7a88def47a6 (patch) | |
tree | 10b0364e351943648573ef2129453b1dc37d766f /tests/Makefile | |
parent | 9ed6cbc3ee2ae3e7472fb25192a7e36fd7b15533 (diff) | |
download | ffmpeg-0291ce840c0d2dd0fe79701e09f1d7a88def47a6.tar.gz |
fate: move amr[nw]b test rules into separate files
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile index 87ec0256de..38d85fbab7 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -46,6 +46,8 @@ include $(SRC_PATH)/tests/fate2.mak include $(SRC_PATH)/tests/fate/aac.mak include $(SRC_PATH)/tests/fate/als.mak +include $(SRC_PATH)/tests/fate/amrnb.mak +include $(SRC_PATH)/tests/fate/amrwb.mak include $(SRC_PATH)/tests/fate/fft.mak include $(SRC_PATH)/tests/fate/h264.mak include $(SRC_PATH)/tests/fate/mp3.mak |