I was trying to read myself into FATE, in order to be able to add
additional tests for FFV1.

I've already read the documentation about FATE [1], and I've already
managed to add new testing rules for FFV1 (in tests/fate/vcodec.mak).
btw: The FATE docs [1] only describe how to run the existing tests, but
I didn't find information about how to create new ones.

So far so good, but now I have some questions:

1) How do I add the reference files, required for tests to be able to diff?

2) How do I get a LCOV HTML report locally?
I'd like to cover more lines of FFV1's code, and therefore would like to
be able to view the "LCOV - code coverage report" [2] from my local tests.

I assumed that running the "fate.sh" script for submitting FATE results
would create those HTML pages.
I've created a "fate_config.sh" file, based on
"doc/fate_config.sh.template" and ran the tests.
Now I've got the "$workdir" with the compile.log, configure.log, report,
etc.

Any suggestions how I could have a local LCOV view?



Thanks and regards,
Pb


== References:
[1] http://www.libav.org/fate.html
[2] http://coverage.ffmpeg.org/ffmpeg/libavcodec/ffv1enc.c.gcov.html
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to