OSDN Git Service

Add seektest to top-level targets, remove individual codec tests.
authorDiego Biurrun <diego@biurrun.de>
Fri, 25 May 2007 13:12:17 +0000 (13:12 +0000)
committerDiego Biurrun <diego@biurrun.de>
Fri, 25 May 2007 13:12:17 +0000 (13:12 +0000)
Originally committed as revision 9126 to svn://svn.ffmpeg.org/ffmpeg/trunk

Makefile

index dc45497..a70d85e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -235,11 +235,11 @@ TAGS:
 
 # regression tests
 
-codectest libavtest test-server fulltest test mpeg4 mpeg: $(PROGS)
+codectest libavtest seektest test-server fulltest test: $(PROGS)
        $(MAKE) -C tests $@
 
 .PHONY: all lib videohook documentation install* wininstaller uninstall*
 .PHONY: dep depend clean distclean TAGS
-.PHONY: codectest libavtest test-server fulltest test mpeg4 mpeg
+.PHONY: codectest libavtest seektest test-server fulltest test
 
 -include .depend