forked from FFmpeg/FFmpeg
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:
parent
036ab241e5
commit
5e2dfd3906
1 changed files with 2 additions and 2 deletions
4
Makefile
4
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
|
||||
|
|
Loading…
Add table
Reference in a new issue