commit | 1ef8b2dad94a5ee641b986b1d88ea89750250b8c | [log] [tgz] |
---|---|---|
author | Laurence Lundblade <lgl@island-resort.com> | Fri Dec 14 23:13:34 2018 -0800 |
committer | Laurence Lundblade <lgl@island-resort.com> | Fri Dec 14 23:13:34 2018 -0800 |
tree | ada1321516d186c2c58f23861028230607a9d7a6 | |
parent | f970f1dc7ef10dd92a051848817d75ea93955d72 [diff] [blame] |
bug fix for error handling for buffers larger than 4GB, test to verify such handling
diff --git a/test/qcbor_encode_tests.h b/test/qcbor_encode_tests.h index 5575e10..b0674d9 100644 --- a/test/qcbor_encode_tests.h +++ b/test/qcbor_encode_tests.h
@@ -138,6 +138,8 @@ int CoseSign1TBSTest(void); +int EncodeErrorTests(void); + #endif /* defined(__QCBOR__qcbor_encode_tests__) */