Use C++ testing framework

Yuriy Skalko yuriy.skalko at gmail.com
Thu Jan 14 08:43:23 UTC 2021


> I am reluctant ... have you seen, how many tests (in cmake) there already are?
> Here it gives
>         $ ctest -N | wc
>    7605   22812  504591
> 
> OTOH, more tests cannot hurt.
> 
>         Kornel

Yes, I've seen (and really appreciate) that there are many ctests. As I 
understand these are export tests that check if output files are correct 
(is it so?). Using testing framework is on a different level of testing, 
it will allow to test separate functions and classes, and also their 
interactions.


Yuriy


More information about the lyx-devel mailing list