mirror of https://github.com/FFmpeg/FFmpeg.git
If running tests with "make -j<N> fate", the execution will stop after the first failing test. To get an overview of the whole test suite, one rather would run "make -k -j<N> fate", which then again buries the results about what tests actually failed further up in the console log. Add a target so one can run "make fate-list-failing", to see a list of all tests that failed the last time they were executed. Also add a companion target "fate-clear-reports" which removes all the old test reports. (When executing a subset of tests, the report files of all tests that aren't executed stay untouched. This also allows getting rid of reports for tests that no longer are present in the testsuite.) Co-authored-by: Alexander Strasser <eclipse7@gmx.net> Signed-off-by: Martin Storsjö <martin@martin.st>pull/391/head
parent
4b524649ff
commit
1e76bd2f39
3 changed files with 20 additions and 0 deletions
Loading…
Reference in new issue