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/float_tests.h b/test/float_tests.h index 5f9ebcd..54daa3f 100644 --- a/test/float_tests.h +++ b/test/float_tests.h
@@ -31,4 +31,10 @@ */ int32_t GeneralFloatEncodeTests(void); +/* + Tests basic float decoding. + */ +int32_t GeneralFloatDecodeTests(void); + + #endif /* float_tests_h */