commit | 02fcf316ee737451765db18b6e17de3aa54e533c | [log] [tgz] |
---|---|---|
author | Laurence Lundblade <lgl@securitytheory.com> | Fri Jul 17 02:49:46 2020 -0700 |
committer | Laurence Lundblade <lgl@securitytheory.com> | Fri Jul 17 02:49:46 2020 -0700 |
tree | a24f193ad23b4c4bda092ffa4dc3e65d0c9cbb25 | |
parent | 2aa0b575dd6259986bb85ac3e62dc116afa3afc9 [diff] [blame] |
Add base float decode tests
diff --git a/test/qcbor_decode_tests.c b/test/qcbor_decode_tests.c index 0a3fa2a..a14e9d2 100644 --- a/test/qcbor_decode_tests.c +++ b/test/qcbor_decode_tests.c
@@ -2075,7 +2075,7 @@ // have to check float expected only to within an epsilon -int CHECK_EXPECTED_DOUBLE(double val, double expected) { +static int CHECK_EXPECTED_DOUBLE(double val, double expected) { double diff = val - expected;