diff options
author | Philip Gladstone <philipjsg@users.sourceforge.net> | 2002-12-12 19:53:05 +0000 |
---|---|---|
committer | Philip Gladstone <philipjsg@users.sourceforge.net> | 2002-12-12 19:53:05 +0000 |
commit | e2b2851e5aaba85c42ba527a47375f93abe361df (patch) | |
tree | d57a3f18c230f3b099470c9de9555e6c42cf3260 /tests/Makefile | |
parent | 96d9cb220b3705cfb9e82befaedb72b6accc1240 (diff) | |
download | ffmpeg-e2b2851e5aaba85c42ba527a47375f93abe361df.tar.gz |
First shot at the ffserver regression tests. All feedback received with
interest
Originally committed as revision 1336 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile index 746f190f04..6358b5c81f 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -9,9 +9,14 @@ CFLAGS=-O2 -Wall -g REFFILE=$(SRC_PATH)/tests/ffmpeg.regression.ref +SERVER_REFFILE=$(SRC_PATH)/tests/ffserver.regression.ref + LIBAV_REFFILE=$(SRC_PATH)/tests/libav.regression.ref -all: test +all: test test-server + +test-server: vsynth1/0.pgm asynth1.sw + @$(SRC_PATH)/tests/server-regression.sh $(SERVER_REFFILE) # fast regression tests for all codecs test mpeg4 mpeg: vsynth1/0.pgm asynth1.sw |