diff options
author | Diego Biurrun | 2011-12-14 19:47:46 +0100 |
---|---|---|
committer | Diego Biurrun | 2011-12-14 19:59:54 +0100 |
commit | b998aec461deb49a11299686962429afd657c10b (patch) | |
tree | f2ddf4fb0aa5cc4866f54b13c0c9f4eeaa6c97fa /tests/Makefile | |
parent | 8602767492102247ab63a1b039dcd7ebb03fcb58 (diff) |
fate: split off WMA 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 bfb94a1cce..724a7ad4a4 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -45,6 +45,7 @@ include $(SRC_PATH)/tests/fate/screen.mak include $(SRC_PATH)/tests/fate/utvideo.mak include $(SRC_PATH)/tests/fate/vorbis.mak include $(SRC_PATH)/tests/fate/vp8.mak +include $(SRC_PATH)/tests/fate/wma.mak FATE_ACODEC = $(ACODEC_TESTS:%=fate-acodec-%) FATE_VSYNTH1 = $(VCODEC_TESTS:%=fate-vsynth1-%) |