commit | 2a26abbdad15ad228f850553feed5c0b4f314b38 | [log] [tgz] |
---|---|---|
author | Laurence Lundblade <lgl@securitytheory.com> | Thu Nov 05 19:06:54 2020 -0800 |
committer | Laurence Lundblade <lgl@securitytheory.com> | Thu Nov 05 19:06:54 2020 -0800 |
tree | 85c7d3e265184314cb475da6392c59df423b9bc8 | |
parent | b4fe540c01c95fbf55b0a3c20b49138c676ce7b4 [diff] [blame] |
first version of peek next
diff --git a/test/qcbor_decode_tests.h b/test/qcbor_decode_tests.h index 3cbb82d..7e11e35 100644 --- a/test/qcbor_decode_tests.h +++ b/test/qcbor_decode_tests.h
@@ -298,4 +298,11 @@ int32_t SpiffyIndefiniteLengthStringsTests(void); +/* + Test PeekNext(). + */ +int32_t PeekTest(void); + + + #endif /* defined(__QCBOR__qcbort_decode_tests__) */