added fulltest target
Originally committed as revision 2056 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
a12eea308a
commit
ec9fca3148
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -157,8 +157,8 @@ TAGS:
|
|||
|
||||
# regression tests
|
||||
|
||||
libavtest test mpeg4 mpeg: ffmpeg$(EXE)
|
||||
$(MAKE) all -C tests $@
|
||||
libavtest test mpeg4 mpeg test-server fulltest: ffmpeg$(EXE)
|
||||
$(MAKE) -C tests $@
|
||||
|
||||
# tar release (use 'make -k tar' on a checkouted tree)
|
||||
FILE=ffmpeg-$(shell cat VERSION)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue