diff options
author | Diego Biurrun | 2011-12-14 22:35:14 +0100 |
---|---|---|
committer | Diego Biurrun | 2011-12-15 13:31:41 +0100 |
commit | 44b7e1b94298f55564eed65daa054fdbf7bff972 (patch) | |
tree | d7be70d05020de923749c9990807e2cf5dbf0948 /tests/Makefile | |
parent | 6c3abd70fd719e3bcdd2361fce36ff71e7d2015f (diff) |
fate: split off ATRAC 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 3d3812f344..d1376c53f6 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -31,6 +31,7 @@ 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 +include $(SRC_PATH)/tests/fate/atrac.mak include $(SRC_PATH)/tests/fate/dct.mak include $(SRC_PATH)/tests/fate/fft.mak include $(SRC_PATH)/tests/fate/h264.mak |