commit | 9682a53836e12960bfc7da193e7c6415370e56fe | [log] [tgz] |
---|---|---|
author | Laurence Lundblade <lgl@securitytheory.com> | Sat Jun 06 18:33:04 2020 -0700 |
committer | Laurence Lundblade <lgl@securitytheory.com> | Sat Jun 06 18:33:04 2020 -0700 |
tree | 477d0809e2d9bf3dba75296b42fd5fc018610f9d | |
parent | 90196436ec72175449ef165be4cc04b8ce20d735 [diff] [blame] |
more thorough removal of float
diff --git a/test/float_tests.c b/test/float_tests.c index 20057c3..54683c3 100644 --- a/test/float_tests.c +++ b/test/float_tests.c
@@ -10,6 +10,8 @@ Created on 9/19/18 =============================================================================*/ +#ifndef QCBOR_CONFIG_DISABLE_ENCODE_IEEE754 + #include "float_tests.h" #include "qcbor.h" #include "half_to_double_from_rfc7049.h" @@ -491,5 +493,6 @@ } #endif +#endif /* QCBOR_CONFIG_DISABLE_ENCODE_IEEE754 */