NOAA-EMC / NCEPLIBS-bufr

The NCEPLIBS-bufr library contains routines and utilites for working with the WMO BUFR format.
Other
44 stars 19 forks source link

Converting test_IN_2 to F90. #322

Closed edwardhartnett closed 1 year ago

edwardhartnett commented 1 year ago

Part of #308 Part of #295

Converting test_IN_2 to F90.

jbathegit commented 1 year ago

I removed the comments which referred to the old test codes, since those no longer exist and might confuse anyone who tries to look for them.

I also added a missing add_dependencies line to CMakeLists.txt, b/c we always want to insure that the library gets completely built first before any of the test codes, just like we have for all of the other test codes and utilities. And I removed the set_target_properties ... Fortran_MODULE_DIRECTORY line that we'd agreed to remove earlier, but which somehow made it's way back into the file.