GRTLCollaboration / GRTeclyn

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

Implement tests #4

Open mirenradia opened 1 year ago

mirenradia commented 1 year ago

We should consider whether or not to use a unit testing framework such as Catch2 or Google Test.

mirenradia commented 1 year ago

There is now a basic regression test for the BinaryBH example after b317f20.

mirenradia commented 1 year ago

I have gone for Catch2 which I have added as a git submodule. There is also a README on how to use the git submodule, how to build and run the tests and how to add a new test.