commit | 585127a2c02e4dacd9aa94590a4a099113e51648 | [log] [tgz] |
---|---|---|
author | Laurence Lundblade <lgl@securitytheory.com> | Wed Jul 15 03:25:24 2020 -0700 |
committer | Laurence Lundblade <lgl@securitytheory.com> | Wed Jul 15 03:25:24 2020 -0700 |
tree | 29641926c9acd841c3909164096099391a4cb696 | |
parent | 3ed0bca1de32db217dae3301f90e46aa16c63d45 [diff] [blame] |
General float encode tests when preferred serialization is off
diff --git a/test/float_tests.h b/test/float_tests.h index 0e889ea..5f9ebcd 100644 --- a/test/float_tests.h +++ b/test/float_tests.h
@@ -23,10 +23,12 @@ int32_t HalfPrecisionAgainstRFCCodeTest(void); -int32_t GeneralFloatEncodeTests(void); - - #endif /* QCBOR_DISABLE_PREFERRED_FLOAT */ +/* + This calls each and every method for encoding + floating-point numbers. + */ +int32_t GeneralFloatEncodeTests(void); #endif /* float_tests_h */