GEOS-ESM / ESMA_cmake

Custom CMake macros for the GEOS Earth System Model
Apache License 2.0
4 stars 9 forks source link

Run essential tests with make tests #367

Closed mathomp4 closed 7 months ago

mathomp4 commented 7 months ago

This PR changes the usual make tests command we often use in GEOS to run only those tests labeled with ESSENTIAL. To run all tests, use make tests-all.

This will require a PR in MAPL as well to "work" in that, if you have ESMA_cmake v3.43 but not the concomitant PR in MAPL, you'll run...nothing since nothing will have the ESSENTIAL label.