GEOS-ESM / ESMA_cmake

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

Fix tests target #220

Closed mathomp4 closed 3 years ago

mathomp4 commented 3 years ago

The refactoring done in #207 had a mistake that broke make tests in MAPL. This fixes that issue.

Essentially, this:

include (esma_enable_tests)

was never being called before.