commit | bb1062e1732195317508694f6c25fb3056615b82 | [log] [tgz] |
---|---|---|
author | Laurence Lundblade <laurencelundblade@users.noreply.github.com> | Mon Aug 12 23:28:54 2019 -0700 |
committer | GitHub <noreply@github.com> | Mon Aug 12 23:28:54 2019 -0700 |
tree | e321f4c83ac421bc6ae13c92c9de0d9da8283342 | |
parent | cd721590af28bd80d99fadf0179ece3cd5a5bda0 [diff] [blame] |
Improve error handling for not well-formed CBOR
diff --git a/test/run_tests.c b/test/run_tests.c index 9094e35..374b40e 100644 --- a/test/run_tests.c +++ b/test/run_tests.c
@@ -100,6 +100,7 @@ test_entry s_tests[] = { + TEST_ENTRY(NotWellFormedTests), TEST_ENTRY(ParseMapAsArrayTest), TEST_ENTRY(AllocAllStringsTest), TEST_ENTRY(IndefiniteLengthNestTest),