diff options
author | Diego Biurrun <diego@biurrun.de> | 2011-12-14 14:39:13 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2011-12-14 19:09:48 +0100 |
commit | bf6923577e5d6382a04959cd17c6dd64f220100d (patch) | |
tree | 7103b294e4b08674943f1cdf777cb67d5a0d0bb7 /tests/Makefile | |
parent | 4f820131fa9fbb0a64d7cc469fa471905fc91944 (diff) | |
download | ffmpeg-bf6923577e5d6382a04959cd17c6dd64f220100d.tar.gz |
fate: split off AC-3 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 bf0ead7dfc..798d483696 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -27,6 +27,7 @@ include $(SRC_PATH)/tests/fate.mak include $(SRC_PATH)/tests/fate2.mak include $(SRC_PATH)/tests/fate/aac.mak +include $(SRC_PATH)/tests/fate/ac3.mak include $(SRC_PATH)/tests/fate/als.mak include $(SRC_PATH)/tests/fate/amrnb.mak include $(SRC_PATH)/tests/fate/amrwb.mak |