commit | 4d1ecba76edd2a5417ef1a896fbc4144143d5dd0 | [log] [tgz] |
---|---|---|
author | Laurence Lundblade <lgl@island-resort.com> | Fri Oct 12 21:22:30 2018 +0800 |
committer | Laurence Lundblade <lgl@island-resort.com> | Fri Oct 12 21:22:30 2018 +0800 |
tree | 97396b8afaa219b1e854c0e8a927875fe2f0fc6a | |
parent | 0155b62f1a9949b52b2f321ac639edb5cf110510 [diff] [blame] |
fold basic and indefinite length tests in with the others; fix up Makefile
diff --git a/test/qcbor_decode_tests.h b/test/qcbor_decode_tests.h index e6f1b68..751da8b 100644 --- a/test/qcbor_decode_tests.h +++ b/test/qcbor_decode_tests.h
@@ -158,6 +158,10 @@ int NestedMapTest(void); +int indefinite_length_decode_test(void); +int indefinite_length_decode_string_test(void); + + int mempool_test(void);