commit | 684aec2f40fa21b8f24fa919ebf58c2e73389f24 | [log] [tgz] |
---|---|---|
author | Laurence Lundblade <lgl@island-resort.com> | Fri Oct 12 19:33:53 2018 +0800 |
committer | Laurence Lundblade <lgl@island-resort.com> | Fri Oct 12 19:33:53 2018 +0800 |
tree | 6c260cafed4c050fc53ad60c252cba9ea175074b | |
parent | 2d85ce4ed1497086393b062da7444215de97be00 [diff] [blame] |
fold bstr wrap tests into encode tests
diff --git a/test/qcbor_encode_tests.h b/test/qcbor_encode_tests.h index 0926fa1..fae9f4b 100644 --- a/test/qcbor_encode_tests.h +++ b/test/qcbor_encode_tests.h
@@ -121,7 +121,13 @@ /* The binary string wrapping of maps and arrays used by COSE */ -int BStrWrapTests(void); +int bstrwraptest(void); + +int bstr_wrap_error_test(void); + +int bstr_wrap_nest_test(void); + +int cose_sign1_tbs_test(void);