Open TomMelt opened 1 week ago
In the decomp tool we use a CMake function function(create_test) to add tests to ctest (see here for example).
decomp
function(create_test)
ctest
This greatly simplifies local and CI testing.
It would be a good idea to add this functionality to NextSim's tests as well.
In the
decomp
tool we use a CMake functionfunction(create_test)
to add tests toctest
(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.