From 5e2dfd39064b3a0fa078beb4937077f2759e3d43 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Fri, 25 May 2007 13:12:17 +0000 Subject: Add seektest to top-level targets, remove individual codec tests. Originally committed as revision 9126 to svn://svn.ffmpeg.org/ffmpeg/trunk --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index dc45497d92..a70d85ed19 100644 --- 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 -- cgit v1.2.3