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

adding test_c_misc.c #416

Closed edwardhartnett closed 1 year ago

edwardhartnett commented 1 year ago

In this PR I add a test_c_misc.c for the same purpose as the fortran test_misc.F90, and add one line of test code that covers an uncovered line in the rbytes function.

jbathegit commented 1 year ago

Thanks Ed - this provides a nice infrastructure for further testing of outlier cases inside of the C part of the library!