Testing: Unit tests

This commit is contained in:
Shahram Najm 2023-12-17 16:38:07 +00:00
parent 42fe75054a
commit c728bebd2b
1 changed files with 2 additions and 0 deletions

View File

@ -394,8 +394,10 @@ static void test_gts_header_mode()
grib_gts_header_on(c);
codes_gts_header_on(c);
Assert(c->gts_header_on == 1);
grib_gts_header_off(c);
codes_gts_header_off(c);
Assert(c->gts_header_on == 0);
}
static void test_bufr_multi_element_constant_arrays()