commit | d8e1c5105596b2f048102ec7cc03f17d9ac3a801 | [log] [tgz] |
---|---|---|
author | Laurence Lundblade <lgl@securitytheory.com> | Wed Nov 04 23:03:44 2020 -0800 |
committer | Laurence Lundblade <lgl@securitytheory.com> | Wed Nov 04 23:03:44 2020 -0800 |
tree | eddc04436eae29cbc6ee3766defa4bc14704b6a6 | |
parent | daefdec8997be555d6d20e08391ee5b44f71a023 [diff] [blame] | |
parent | 8c858ab81c9c4bd85d42fff3c465e4abfc59721d [diff] [blame] |
disable encode guards mostly working
diff --git a/test/run_tests.c b/test/run_tests.c index 0609736..0383b21 100644 --- a/test/run_tests.c +++ b/test/run_tests.c
@@ -73,7 +73,9 @@ TEST_ENTRY(MapEncodeTest), TEST_ENTRY(ArrayNestingTest1), TEST_ENTRY(ArrayNestingTest2), +#ifndef QCBOR_DISABLE_ENCODE_USAGE_GUARDS TEST_ENTRY(ArrayNestingTest3), +#endif /* QCBOR_DISABLE_ENCODE_USAGE_GUARDS */ TEST_ENTRY(EncodeDateTest), TEST_ENTRY(SimpleValuesTest1), TEST_ENTRY(IntegerValuesTest1),