GRTLCollaboration / GRTeclyn

Port of GRChombo to AMReX - under development!
BSD 3-Clause "New" or "Revised" License
4 stars 2 forks source link

Switch unit test framework from Catch2 to doctest #47

Closed mirenradia closed 3 months ago

mirenradia commented 4 months ago

We should investigate switching from Catch2 to doctest as preliminary tests suggest it may not suffer from some of the problems Catch2 has mentioned in #46. In particular, it seems to be fine with my minimal reproducer for intel/llvm#10659. See the doctest branch of my Catch2-SYCL repo.

mirenradia commented 4 months ago

We should be aware that the future maintenance of doctest is uncertain: doctest/doctest#554.