summaryrefslogtreecommitdiff
path: root/libcr_ipc
diff options
context:
space:
mode:
Diffstat (limited to 'libcr_ipc')
-rw-r--r--libcr_ipc/tests/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libcr_ipc/tests/config.h b/libcr_ipc/tests/config.h
index a16df1d..0fddcdf 100644
--- a/libcr_ipc/tests/config.h
+++ b/libcr_ipc/tests/config.h
@@ -17,4 +17,6 @@
#define CONFIG_COROUTINE_VALGRIND 1
#define CONFIG_COROUTINE_GDB 1
+#define CONFIG_HEAP_SIZE (CONFIG_COROUTINE_STACK_SIZE_DEFAULT*CONFIG_COROUTINE_NUM+1024)
+
#endif /* _CONFIG_H_ */