nemsiogfs: add running the unit tests (#45451)

This commit is contained in:
Alex Richert 2024-08-02 02:21:35 -07:00 committed by GitHub
parent 2e85c83301
commit 7791a30bc2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,6 +21,10 @@ class Nemsiogfs(CMakePackage):
version("develop", branch="develop")
version("2.5.3", sha256="bf84206b08c8779787bef33e4aba18404df05f8b2fdd20fc40b3af608ae4b9af")
depends_on("fortran", type="build") # generated
depends_on("fortran", type="build")
depends_on("nemsio")
def check(self):
with working_dir(self.builder.build_directory):
make("test")