commit | 9f9c373c02698f4a03110cfdcda3c0ba5ad226af | [log] [tgz] |
---|---|---|
author | Laurence Lundblade <laurencelundblade@users.noreply.github.com> | Tue Mar 23 09:38:46 2021 -0700 |
committer | GitHub <noreply@github.com> | Tue Mar 23 09:38:46 2021 -0700 |
tree | c8e96981c9fb3c8e6dce656035cdd71d3aa16f75 | |
parent | dd6e76e67371d89286e8e3e9f0bcf9ca5f3dc2ed [diff] [blame] |
Improve boolean decoding error handling Also more tests for boolean decoding
diff --git a/test/qcbor_decode_tests.h b/test/qcbor_decode_tests.h index 53f6bd2..54e125a 100644 --- a/test/qcbor_decode_tests.h +++ b/test/qcbor_decode_tests.h
@@ -308,5 +308,10 @@ int32_t PeekAndRewindTest(void); +/* +Test decoding of booleans +*/ +int32_t BoolTest(void); + #endif /* defined(__QCBOR__qcbort_decode_tests__) */