csdms / bmi-fortran

Basic Model Interface for Fortran
https://bmi.readthedocs.io
MIT License
6 stars 10 forks source link

Develop proper unit tests #5

Closed mdpiper closed 6 years ago

mdpiper commented 6 years ago

The current set of tests in the testing directory are really examples, and should be renamed as such. The project should have actual unit tests for the BMI methods.

mdpiper commented 6 years ago

Look at this blog post for a discussion of possible Fortran unit testing frameworks. Note that it may just be easier to write my own tests and call them through ctest, as is currently done.

mdpiper commented 6 years ago

Fixed with #11.