summaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
authorRoman Shaposhnik <roman@shaposhnik.org>2003-05-12 02:53:43 +0000
committerRoman Shaposhnik <roman@shaposhnik.org>2003-05-12 02:53:43 +0000
commitaffd55a1329cafa929108811f48f22a5e916aeb2 (patch)
tree49aaa92c241ed0f27e0dd33d34e3d3d8205da08b /tests/Makefile
parent5f6b58def20b820b0765858738552ea55a88c2e0 (diff)
* fixing a bug in avpicture_layout (PAL8 wasn't handled properly)
* adding regression tests for all pix_fmt conversions * making libavtest part of the default testsuite Originally committed as revision 1855 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 2508456ac2..a94a12ec86 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 test-server
+all: test libavtest test-server
test-server: vsynth1/0.pgm asynth1.sw
@$(SRC_PATH)/tests/server-regression.sh $(SERVER_REFFILE)