added fulltest target
authorFabrice Bellard <fabrice@bellard.org>
Wed, 16 Jul 2003 19:14:07 +0000 (19:14 +0000)
committerFabrice 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

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)