Hao Shen | 1 Mar 2007 18:38
Picon

Looking for the Unit Test Case of X264

Hello everyone,

I want to modify some parts of the X264 and I want to know is there
any Unit Test Case for this project. Please tell me if you get it.

Best regards,
Hao Shen

Loren Merritt | 3 Mar 2007 13:02

Re: Looking for the Unit Test Case of X264

On Thu, 1 Mar 2007, Hao Shen wrote:

> I want to modify some parts of the X264 and I want to know is there
> any Unit Test Case for this project. Please tell me if you get it.

We have unit tests for the assembly optimizations:
   make checkasm && ./checkasm

As of just now, there is also a regression test for the codec as a whole:
   make test

There are no unit tests for other modules.

--Loren Merritt


Gmane