commit | 32f3e62cfa89081afdd39b6ea172945f180cf7ff | [log] [tgz] |
---|---|---|
author | Laurence Lundblade <lgl@securitytheory.com> | Mon Jul 13 20:35:11 2020 -0700 |
committer | Laurence Lundblade <lgl@securitytheory.com> | Mon Jul 13 20:35:11 2020 -0700 |
tree | 39eda5fa6d561b40d52ee7453b4d4eac276aaa7b | |
parent | b275cdc548edd0c926118152c0064485de826aa5 [diff] [blame] |
added general float test; some bug fixes
diff --git a/test/float_tests.h b/test/float_tests.h index 2b997f7..0e889ea 100644 --- a/test/float_tests.h +++ b/test/float_tests.h
@@ -23,6 +23,9 @@ int32_t HalfPrecisionAgainstRFCCodeTest(void); +int32_t GeneralFloatEncodeTests(void); + + #endif /* QCBOR_DISABLE_PREFERRED_FLOAT */