diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2007-04-22 19:19:43 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2007-04-22 19:19:43 +0000 |
commit | c6a29a63b1ad30b773b9080fe8908e5d8a13ca2b (patch) | |
tree | c53d31d102fbba5ab72680325ce1d3d7362e617e | |
parent | e08c5c78491ef292aa12b7cca35386788eaf9e39 (diff) | |
download | ffmpeg-c6a29a63b1ad30b773b9080fe8908e5d8a13ca2b.tar.gz |
enable seektest
Originally committed as revision 8792 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | tests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile index be7455af3d..a8a145b9ef 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -18,7 +18,7 @@ LIBAV_REFFILE=$(SRC_DIR)/libav.regression.ref SEEK_REFFILE=$(SRC_DIR)/seek.regression.ref -all fulltest test: codectest libavtest +all fulltest test: codectest libavtest seektest test-server: vsynth1/00.pgm asynth1.sw @echo |