[FFmpeg-cvslog] build: Eliminate obsolete test targets.

Diego Biurrun git at videolan.org
Fri Jul 1 05:45:52 CEST 2011


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Sat Jun 25 18:12:36 2011 +0200| [bd9a9a2f1801895c8e69fcb50ce31a35d1938146] | committer: Diego Biurrun

build: Eliminate obsolete test targets.

The targets are now part of FATE and can be run as individual FATE targets.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=bd9a9a2f1801895c8e69fcb50ce31a35d1938146
---

 Makefile       |    2 --
 tests/Makefile |    9 +--------
 2 files changed, 1 insertions(+), 10 deletions(-)

diff --git a/Makefile b/Makefile
index da12fba..2cb5f65 100644
--- a/Makefile
+++ b/Makefile
@@ -185,8 +185,6 @@ distclean::
 config:
 	$(SRC_PATH)/configure $(value LIBAV_CONFIGURATION)
 
-check: test checkheaders
-
 include $(SRC_PATH)/doc/Makefile
 include $(SRC_PATH)/tests/Makefile
 
diff --git a/tests/Makefile b/tests/Makefile
index 38d85fb..e6640b3 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -1,12 +1,5 @@
-fulltest test: codectest lavftest lavfitest seektest
-
 FFSERVER_REFFILE = $(SRC_PATH)/tests/ffserver.regression.ref
 
-codectest: fate-codec
-lavftest:  fate-lavf
-lavfitest: fate-lavfi
-seektest:  fate-seek
-
 AREF = fate-acodec-aref
 VREF = fate-vsynth1-vref fate-vsynth2-vref
 REFS = $(AREF) $(VREF)
@@ -120,4 +113,4 @@ testclean:
 
 -include $(wildcard tests/*.d)
 
-.PHONY: fate* *test
+.PHONY: fate*



More information about the ffmpeg-cvslog mailing list