commit | 0750fc46dd1e184c7a57c0def301f5ee049354f5 | [log] [tgz] |
---|---|---|
author | Laurence Lundblade <lgl@securitytheory.com> | Sat Jun 20 21:02:34 2020 -0700 |
committer | Laurence Lundblade <lgl@securitytheory.com> | Sat Jun 20 21:02:34 2020 -0700 |
tree | a19dca11a0c2bae77c124d6f64a1acf18d8d5b30 | |
parent | aa965d708ca2603fed38cada092ba0d3af187ce0 [diff] [blame] |
bstr enter test is working (but still more work and testing to do)
diff --git a/test/qcbor_decode_tests.h b/test/qcbor_decode_tests.h index 5bb0d48..9c83109 100644 --- a/test/qcbor_decode_tests.h +++ b/test/qcbor_decode_tests.h
@@ -266,4 +266,11 @@ */ int32_t IntToTests(void); + +/* + Test the decoding of bstr-wrapped CBOR. + */ +int32_t EnterBstrTest(void); + + #endif /* defined(__QCBOR__qcbort_decode_tests__) */