diff options
author | Roman Shaposhnik <roman@shaposhnik.org> | 2003-05-12 02:53:43 +0000 |
---|---|---|
committer | Roman Shaposhnik <roman@shaposhnik.org> | 2003-05-12 02:53:43 +0000 |
commit | affd55a1329cafa929108811f48f22a5e916aeb2 (patch) | |
tree | 49aaa92c241ed0f27e0dd33d34e3d3d8205da08b /tests/Makefile | |
parent | 5f6b58def20b820b0765858738552ea55a88c2e0 (diff) | |
download | ffmpeg-affd55a1329cafa929108811f48f22a5e916aeb2.tar.gz |
* 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/Makefile | 2 |
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) |