diff options
author | Fabrice Bellard <fabrice@bellard.org> | 2003-07-16 18:50:35 +0000 |
---|---|---|
committer | Fabrice Bellard <fabrice@bellard.org> | 2003-07-16 18:50:35 +0000 |
commit | 8ff7d1ad06759e3c2ffe40ce8afd0644a33adce2 (patch) | |
tree | 722c4a088f7c988b1fb0c421502c2b89bd71a0ec /tests/Makefile | |
parent | cf48e6f8dcf9a942070e235105f9e203dc8440ae (diff) | |
download | ffmpeg-8ff7d1ad06759e3c2ffe40ce8afd0644a33adce2.tar.gz |
fixed test.conf path
Originally committed as revision 2054 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 576dd028ae..dd1db98825 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -17,7 +17,7 @@ LIBAV_REFFILE=$(SRC_PATH)/tests/libav.regression.ref all: test libavtest test-server test-server: vsynth1/0.pgm asynth1.sw - @$(SRC_PATH)/tests/server-regression.sh $(SERVER_REFFILE) + @$(SRC_PATH)/tests/server-regression.sh $(SERVER_REFFILE) $(SRC_PATH)/tests/test.conf # fast regression tests for all codecs test mpeg4 mpeg: vsynth1/0.pgm vsynth2/0.pgm asynth1.sw tiny_psnr |