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:
parent
036ab241e5
commit
5e2dfd3906
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…
Reference in New Issue
Block a user