summaryrefslogtreecommitdiff
path: root/tests/fate-update.sh
Commit message (Collapse)AuthorAge
* fate: ensure all imported rules are handled by helpersMåns Rullgård2010-07-18
| | | | Originally committed as revision 24318 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate: use helper functions in test rulesMåns Rullgård2010-07-18
| | | | Originally committed as revision 24316 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate: use our variable names in test rules imported from Mike's dbMåns Rullgård2010-07-18
| | | | Originally committed as revision 24312 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate: do not delete ref files when updating tests from dbMåns Rullgård2010-07-18
| | | | Originally committed as revision 24310 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add FATE testsMåns Rullgård2010-03-15
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