added fulltest target

Originally committed as revision 2056 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Fabrice Bellard 2003-07-16 19:14:07 +00:00
parent a12eea308a
commit ec9fca3148
1 changed files with 2 additions and 2 deletions

View File

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