diff options
author | Måns Rullgård <mans@mansr.com> | 2010-03-15 19:23:24 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2010-03-15 19:23:24 +0000 |
commit | 2fad0977886f99e11ec1e27f79bcb9c56737bdb0 (patch) | |
tree | 06b2473e23f3581abd75a66e7390cb176f4ee1b4 /configure | |
parent | f75ab7a64534c1a114f71da92d0fafc622d65244 (diff) | |
download | ffmpeg-2fad0977886f99e11ec1e27f79bcb9c56737bdb0.tar.gz |
Add FATE tests
This adds a "fate" make target which runs the full FATE test suite.
Individual tests can be run with "make fate-$testname".
The location of the FATE test samples must be specified with the
--samples=PATH option to configure.
The tests/fate-update.sh script regenerates the references files and
test list from the online FATE database. These are checked in since
generating them requires non-standard tools.
Originally committed as revision 22552 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -243,6 +243,7 @@ Developer options (useful when working on FFmpeg itself): --disable-optimizations disable compiler optimizations --enable-extra-warnings enable more compiler warnings --disable-stripping disable stripping of executables and shared libraries + --samples=PATH location of test samples for FATE NOTE: Object files are built at the place where configure is launched. EOF @@ -1143,6 +1144,7 @@ CMDLINE_SET=" logfile malloc_prefix nm + samples source_path strip sysinclude @@ -3027,6 +3029,7 @@ SLIB_CREATE_DEF_CMD=${SLIB_CREATE_DEF_CMD} SLIB_EXTRA_CMD=${SLIB_EXTRA_CMD} SLIB_INSTALL_EXTRA_CMD=${SLIB_INSTALL_EXTRA_CMD} SLIB_UNINSTALL_EXTRA_CMD=${SLIB_UNINSTALL_EXTRA_CMD} +SAMPLES=$samples EOF get_version(){ |