From 4c3fbd4f93a48d74b81f19ece195a7e58369a542 Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Wed, 4 Aug 2010 18:47:20 +0000 Subject: 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 --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Makefile') 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-%) -- cgit v1.2.3