commit | 0155b62f1a9949b52b2f321ac639edb5cf110510 | [log] [tgz] |
---|---|---|
author | Laurence Lundblade <lgl@island-resort.com> | Fri Oct 12 20:04:37 2018 +0800 |
committer | Laurence Lundblade <lgl@island-resort.com> | Fri Oct 12 20:04:37 2018 +0800 |
tree | 031a06780b418f80fd5179c1b1d5046c058c0f95 | |
parent | 684aec2f40fa21b8f24fa919ebf58c2e73389f24 [diff] [blame] |
merge mem pool tests into decode tests
diff --git a/test/qcbor_decode_tests.h b/test/qcbor_decode_tests.h index 8efd871..e6f1b68 100644 --- a/test/qcbor_decode_tests.h +++ b/test/qcbor_decode_tests.h
@@ -158,5 +158,8 @@ int NestedMapTest(void); +int mempool_test(void); + + #endif /* defined(__QCBOR__qcbort_decode_tests__) */