commit | b6d1c6928dcad1a5ee1758e8d342438b9e5150bf | [log] [tgz] |
---|---|---|
author | Laurence Lundblade <lgl@securitytheory.com> | Wed Oct 07 18:37:48 2020 -0700 |
committer | Laurence Lundblade <lgl@securitytheory.com> | Wed Oct 07 18:37:48 2020 -0700 |
tree | 368a00da76878a17da97768a40b33cf07281b5ed | |
parent | b2fd03cd2ff371cf787e863d46f9a5f8f3d34696 [diff] [blame] |
test indefinite length strings with map searching
diff --git a/test/run_tests.c b/test/run_tests.c index 926ce47..0609736 100644 --- a/test/run_tests.c +++ b/test/run_tests.c
@@ -121,6 +121,7 @@ TEST_ENTRY(ExponentAndMantissaDecodeTests), TEST_ENTRY(ExponentAndMantissaDecodeFailTests), TEST_ENTRY(ExponentAndMantissaEncodeTests), + TEST_ENTRY(SpiffyIndefiniteLengthStringsTests), #endif /* QCBOR_CONFIG_DISABLE_EXP_AND_MANTISSA */ };