1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-26 19:01:44 +02:00

Add seektest to top-level targets, remove individual codec tests.

Originally committed as revision 9126 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2007-05-25 13:12:17 +00:00
parent 036ab241e5
commit 5e2dfd3906

View File

@ -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