GRTLCollaboration / GRTeclyn

Port of GRChombo to AMReX - under development!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement tests

mirenradia opened this issue · comments

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

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

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.