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

complete testing of utils/xbfmg.c #357

Closed edwardhartnett closed 1 year ago

edwardhartnett commented 1 year ago

We can test error handling of our utils codes. This can be checked by writing a script which calls the utility with bad input, and then checks that the return code is correct.

One script can test all the error conditions, so this will be simpler that using tests that are expected to fail.

edwardhartnett commented 1 year ago

This should be done after #376.