Browse Source

added fulltest target

Originally committed as revision 2056 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Fabrice Bellard 22 years ago
parent
commit
ec9fca3148
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      Makefile

+ 2
- 2
Makefile 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)


Loading…
Cancel
Save