aurora-multiphysics / VacuumMesher

Implementing mesh skinning functionality within libMesh, as well as the generation of the vaccum Mesh (The area surrounding a meshed geometry).
2 stars 1 forks source link

Switch testing framework to Catch2 #8

Closed makeclean closed 10 months ago

makeclean commented 1 year ago

Catch2 is pretty much the defacto standard C++ testing framework at this point, we should likely swtich over, its easy to do via submodules too.

TheBEllis commented 10 months ago

Done and done:)