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/run_tests.c b/test/run_tests.c index cc9c70b..53d83f6 100644 --- a/test/run_tests.c +++ b/test/run_tests.c
@@ -137,6 +137,7 @@ TEST_ENTRY(ExponentAndMantissaEncodeTests), #endif /* QCBOR_DISABLE_EXP_AND_MANTISSA */ TEST_ENTRY(ParseEmptyMapInMapTest), + TEST_ENTRY(BoolTest) };