projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a12eea3
)
added fulltest target
author
Fabrice Bellard
<fabrice@bellard.org>
Wed, 16 Jul 2003 19:14:07 +0000
(19:14 +0000)
committer
Fabrice Bellard
<fabrice@bellard.org>
Wed, 16 Jul 2003 19:14:07 +0000
(19:14 +0000)
Originally committed as revision 2056 to svn://svn.ffmpeg.org/ffmpeg/trunk
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index b0420c8a6a453de0777d61b7caa5b4a8144b8f85..eb09916a09c51aeabe4adc0934142e05769497e5 100644
(file)
--- a/
Makefile
+++ b/
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)