diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2005-07-18 17:21:08 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2005-07-18 17:21:08 +0000 |
commit | ba85e70c5439a5381c83433bd64220289c7800b1 (patch) | |
tree | f71488a9e8eb81a72e66e8541f25f1f22801a931 /tests/Makefile | |
parent | a2cfc4d630112134b603444608b5d1bdbf24992f (diff) | |
download | ffmpeg-ba85e70c5439a5381c83433bd64220289c7800b1.tar.gz |
enabling ffserver regression tests
note, none of the files is playable but this test should help against further breakage unless of course the checksums depend upon something they shouldnt
Originally committed as revision 4456 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 66af99ea17..7e0cc77ca1 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -15,7 +15,7 @@ SERVER_REFFILE=$(SRC_PATH)/tests/ffserver.regression.ref LIBAV_REFFILE=$(SRC_PATH)/tests/libav.regression.ref all fulltest: codectest libavtest test-server -test: codectest libavtest +test: codectest libavtest test-server test-server: vsynth1/0.pgm asynth1.sw @$(SRC_PATH)/tests/server-regression.sh $(SERVER_REFFILE) $(SRC_PATH)/tests/test.conf |