commit | 37f46e586bc77ff0708a8bcaf1bbe677c69c7a11 | [log] [tgz] |
---|---|---|
author | Laurence Lundblade <lgl@securitytheory.com> | Tue Aug 04 03:32:14 2020 -0700 |
committer | Laurence Lundblade <lgl@securitytheory.com> | Tue Aug 04 03:32:14 2020 -0700 |
tree | 6487557434ccf6ca556ba2bf4f02b671a67939d1 | |
parent | faec39f691b4727beac3a902e61aabb8619263ff [diff] [blame] |
tag typed tests; fix ordering of args for some tagged type decode functions
diff --git a/test/qcbor_decode_tests.h b/test/qcbor_decode_tests.h index 9c83109..08f1759 100644 --- a/test/qcbor_decode_tests.h +++ b/test/qcbor_decode_tests.h
@@ -273,4 +273,9 @@ int32_t EnterBstrTest(void); +/* + Test decoding of tagged types like UUID + */ +int32_t DecodeTaggedTypeTests(void); + #endif /* defined(__QCBOR__qcbort_decode_tests__) */