I was testing the out of box version of gtest.
It does not support parsing arguments more than once.
I think you have to load / unload the library between runs.
I would really prefer to use google test. Its what most of our tests
are already in, and has support for utbot.org
Sam
On Sun, Jun 18,
Hi Sam,
Thanks for the post. The website for the code is:
https://github.com/doctest/doctest
I have been using this and I can port tests between Linux and RTEMS. I like it
because it works and it is a single header. There is no need to build and link
libraries.
Chris
On 16/6/2023 11:07 pm, Sam