diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-01-13 00:58:22 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-01-15 22:00:12 +0100 |
commit | 2df5f59ad0710a0d85114b73bd6a5094c26d08bc (patch) | |
tree | 4c30459cdc6b81f794f6fdd5d3bd557b46340ac8 /tests/Makefile | |
parent | bcd5d979aa377a16d7fa6b9993e269003281af5c (diff) | |
download | ffmpeg-2df5f59ad0710a0d85114b73bd6a5094c26d08bc.tar.gz |
fate: split ADPCM and DPCM test references into separate files.
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 43024eb17f..dba9e83688 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -25,6 +25,7 @@ tests/data/asynth%.sw tests/vsynth%/00.pgm: TAG = GEN include $(SRC_PATH)/tests/fate/aac.mak include $(SRC_PATH)/tests/fate/ac3.mak +include $(SRC_PATH)/tests/fate/adpcm.mak include $(SRC_PATH)/tests/fate/als.mak include $(SRC_PATH)/tests/fate/amrnb.mak include $(SRC_PATH)/tests/fate/amrwb.mak |