UCL / research-computing-with-cpp

UCL-ARC *C++ for Research* course
https://github-pages.ucl.ac.uk/research-computing-with-cpp/
26 stars 18 forks source link

Catch2 is no longer a single header file and catch2 v3 has switched to a statically compiled library #89

Open krishnakumarg1984 opened 1 year ago

dpshelio commented 1 year ago

doctest/doctest is another alternative, that's keep the catch2 api and still be header only.