diff options
author | Fabrice Bellard <fabrice@bellard.org> | 2003-07-16 19:13:33 +0000 |
---|---|---|
committer | Fabrice Bellard <fabrice@bellard.org> | 2003-07-16 19:13:33 +0000 |
commit | a12eea308a7ad9b97d45cf3a93f9d7f08e93269c (patch) | |
tree | a0bf2340f6bc0d9d505309a4efd1ccf2a13110f5 /tests/Makefile | |
parent | 8ff7d1ad06759e3c2ffe40ce8afd0644a33adce2 (diff) | |
download | ffmpeg-a12eea308a7ad9b97d45cf3a93f9d7f08e93269c.tar.gz |
put b- prefix to libav tests to avoid incorrect ffserver test
Originally committed as revision 2055 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile index dd1db98825..398651995a 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -14,7 +14,7 @@ SERVER_REFFILE=$(SRC_PATH)/tests/ffserver.regression.ref LIBAV_REFFILE=$(SRC_PATH)/tests/libav.regression.ref -all: test libavtest test-server +all fulltest: test libavtest test-server test-server: vsynth1/0.pgm asynth1.sw @$(SRC_PATH)/tests/server-regression.sh $(SERVER_REFFILE) $(SRC_PATH)/tests/test.conf |