commit | 47d86c5be0b8bc40b1a6352c32ef27c5b12bb11e | [log] [tgz] |
---|---|---|
author | Jan Jongboom <janjongboom@gmail.com> | Thu Jul 25 08:54:16 2019 +0200 |
committer | Jan Jongboom <janjongboom@gmail.com> | Thu Jul 25 08:54:16 2019 +0200 |
tree | 97436475de808879b8af5083ce0228d6df698a6e | |
parent | 4a93a66cb9ffa192bf56cf412e68e7cb31a92a89 [diff] [blame] |
Add encode test for indefinite length array/map
diff --git a/test/qcbor_encode_tests.h b/test/qcbor_encode_tests.h index 33703d8..ae0241a 100644 --- a/test/qcbor_encode_tests.h +++ b/test/qcbor_encode_tests.h
@@ -112,6 +112,12 @@ /* + Encodes basic maps and arrays with indefinite length + */ +int SimpleValuesIndefiniteLengthTest1(void); + + +/* Encodes most data formats that are supported */ int EncodeDateTest(void);