I added an approx_equal() function that tests if doubles are equal to within a defined epsilon. This allows reinstating the commented-out lines in test_owm_local_parse().
I also changed the main test suite harness to report overall suite status, both on the console and via exit code.
Just noticed a few easy improvements in
suite.c
:I added an
approx_equal()
function that tests if doubles are equal to within a defined epsilon. This allows reinstating the commented-out lines intest_owm_local_parse()
.I also changed the main test suite harness to report overall suite status, both on the console and via exit code.