NOAA-EMC / NCEPLIBS-external

Third-party libraries required by NCEPLIBS
Other
8 stars 16 forks source link

make test should work, and should run tests of component packages #49

Closed edwardhartnett closed 4 years ago

edwardhartnett commented 4 years ago

One big concern I have, as a netCDF developer, is that you are enabling people to install netCDF and not run the tests. That's bad.

There are a non-trivial number of systems for which the tests will reveal a problem which must be addressed. One question we always ask anyone who is seeking netCDF support with a mysterious problem: "Did the netCDF test suite succeed?"

So it would be great if NCEPLIB-externals could have a functioning make test target, which would run the make test target of the component packages.

kgerheiser commented 4 years ago

Added that

https://github.com/NOAA-EMC/NCEPLIBS-external/pull/52