commit | e15326f502fdc43450e228deb64c51b4e83bf801 | [log] [tgz] |
---|---|---|
author | Laurence Lundblade <lgl@securitytheory.com> | Mon Jun 15 15:50:23 2020 -0700 |
committer | Laurence Lundblade <lgl@securitytheory.com> | Mon Jun 15 15:50:23 2020 -0700 |
tree | e9ba31397f1e90c5b7afdea89218f6d118adba05 | |
parent | e3553422bfc94b239f18cd9d871359ebd1c5d8cb [diff] [blame] |
Fix bug in QCBOR_Int64ToUInt64; Add tests for integer conversion functions
diff --git a/test/qcbor_decode_tests.h b/test/qcbor_decode_tests.h index 92e217c..26752e0 100644 --- a/test/qcbor_decode_tests.h +++ b/test/qcbor_decode_tests.h
@@ -258,4 +258,9 @@ int32_t CBORSequenceDecodeTests(void); +/* +Tests for functions to safely convert integer types. +*/ +int32_t IntToTests(void); + #endif /* defined(__QCBOR__qcbort_decode_tests__) */