wrf-io: add make test (#49852)

This commit is contained in:
Alex Richert 2025-04-03 10:41:39 -07:00 committed by GitHub
parent aa70cb34e1
commit 43fa93c8e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,3 +32,6 @@ class WrfIo(CMakePackage):
def cmake_args(self):
args = [self.define_from_variant("OPENMP", "openmp")]
return args
def check(self):
make("test")