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__) */