nextsimhub / nextsimdg

neXtSIM_DG : next generation sea-ice model with DG
https://nextsim-dg.readthedocs.io/en/latest/?badge=latest
Apache License 2.0
10 stars 13 forks source link

add `ctest` functionality to NextSim #734

Open TomMelt opened 1 week ago

TomMelt commented 1 week ago

In the decomp tool we use a CMake function function(create_test) to add tests to ctest (see here for example).

This greatly simplifies local and CI testing.

It would be a good idea to add this functionality to NextSim's tests as well.