commit | 37f46e586bc77ff0708a8bcaf1bbe677c69c7a11 | [log] [tgz] |
---|---|---|
author | Laurence Lundblade <lgl@securitytheory.com> | Tue Aug 04 03:32:14 2020 -0700 |
committer | Laurence Lundblade <lgl@securitytheory.com> | Tue Aug 04 03:32:14 2020 -0700 |
tree | 6487557434ccf6ca556ba2bf4f02b671a67939d1 | |
parent | faec39f691b4727beac3a902e61aabb8619263ff [diff] [blame] |
tag typed tests; fix ordering of args for some tagged type decode functions
diff --git a/test/run_tests.c b/test/run_tests.c index 35e6c9d..794c456 100644 --- a/test/run_tests.c +++ b/test/run_tests.c
@@ -109,6 +109,7 @@ TEST_ENTRY(EncodeLengthThirtyoneTest), TEST_ENTRY(CBORSequenceDecodeTests), TEST_ENTRY(IntToTests), + TEST_ENTRY(DecodeTaggedTypeTests), #ifndef QCBOR_CONFIG_DISABLE_EXP_AND_MANTISSA TEST_ENTRY(EncodeLengthThirtyoneTest), TEST_ENTRY(ExponentAndMantissaDecodeTests),