summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2010-08-04 18:47:20 +0000
committerMåns Rullgård <mans@mansr.com>2010-08-04 18:47:20 +0000
commit4c3fbd4f93a48d74b81f19ece195a7e58369a542 (patch)
tree8217ad095b35920b1dd6521e10b584230112a662 /Makefile
parent737b3972b5272f99beadfebca64eaf81e98fcf4d (diff)
fate: move some groups of related tests to their own files
This moves some groups of tests for single codecs to separate files, and adds shorthands for running all tests in a group. Originally committed as revision 24697 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c948c20aa6..9f1aa2f43f 100644
--- a/Makefile
+++ b/Makefile
@@ -232,6 +232,13 @@ tools/lavfi-showfiltfmts$(EXESUF): tools/lavfi-showfiltfmts.o $(FF_DEP_LIBS)
include $(SRC_PATH_BARE)/tests/fate.mak
include $(SRC_PATH_BARE)/tests/fate2.mak
+include $(SRC_PATH_BARE)/tests/fate/aac.mak
+include $(SRC_PATH_BARE)/tests/fate/als.mak
+include $(SRC_PATH_BARE)/tests/fate/fft.mak
+include $(SRC_PATH_BARE)/tests/fate/h264.mak
+include $(SRC_PATH_BARE)/tests/fate/vorbis.mak
+include $(SRC_PATH_BARE)/tests/fate/vp8.mak
+
FATE_TESTS += $(FATE2_TESTS)
FATE_ACODEC = $(ACODEC_TESTS:%=fate-acodec-%)