diff options
author | Måns Rullgård <mans@mansr.com> | 2010-08-04 18:47:20 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2010-08-04 18:47:20 +0000 |
commit | 4c3fbd4f93a48d74b81f19ece195a7e58369a542 (patch) | |
tree | 8217ad095b35920b1dd6521e10b584230112a662 /Makefile | |
parent | 737b3972b5272f99beadfebca64eaf81e98fcf4d (diff) | |
download | ffmpeg-streaming-4c3fbd4f93a48d74b81f19ece195a7e58369a542.zip ffmpeg-streaming-4c3fbd4f93a48d74b81f19ece195a7e58369a542.tar.gz |
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-- | Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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-%) |