Open Klaim opened 4 years ago
There is already a doctest package for build2: https://github.com/build2-packaging/doctest
I started adding the original tests using doctest in the feature/original-tests
branch.
However:
#include <doctest.h>
instead of #include <doctest/doctest.h>
. I'm not sure how to solve that in a "clean" way.
The current test only check that the library is usable and the code from the readme works.
Add tests from the original repository. They seem to require doctest, so maybe package this first.