[FFmpeg-devel] [PATCH] Add "unofficial" FATE tests

Måns Rullgård mans
Fri Jul 9 03:44:03 CEST 2010


Mike Melanson <mike at multimedia.cx> writes:

> On 07/08/2010 03:58 PM, Vitor Sessak wrote:
>> On 07/09/2010 12:51 AM, M?ns Rullg?rd wrote:
>>> Vitor Sessak<vitor1001 at gmail.com> writes:
>>>
>>>> The attached patch add support for adding to "make fate" new tests
>>>> that are not yet integrated in Mike's database. It add two new targets:
>>>>
>>>> - "make fate1" does all the tests in Mike's database
>>>> - "make fate2" does all the tests described in tests/fate2.mak
>>>> - "make fate" is an alias for "make fate1 fate2"
>>>
>>> Do we really need to split it like that?
>>
>> This way Mike can add a FATE test that runs "make fate2" in the same way
>> he has one that runs "make test".
>
> As discussed, that's not going to happen. I already have a method for
> breaking down 'make test' into a smaller tests and inserting them into
> FATE.

No fancy method is needed.  A simple "make regtest-foo" will run the
foo test.  To run the seektest without rerunning the other tests, run
this command:

  make -o codectest -o lavftest seektest

This will obviously fail if the other tests haven't been run first.

-- 
M?ns Rullg?rd
mans at mansr.com



More information about the ffmpeg-devel mailing list