I am frustrated by Boost.test because it does not generate a report that is easy to read for us. In addition, it cannot parallelize the tests (and our tests take ages).
I wrote a lightweight alternative to boost.test (utest.hpp) that should work for us.
Next steps:
add the multithreading
add the command line option (to generate references, in particular)
I am frustrated by Boost.test because it does not generate a report that is easy to read for us. In addition, it cannot parallelize the tests (and our tests take ages).
I wrote a lightweight alternative to boost.test (utest.hpp) that should work for us.
Next steps: