summaryrefslogtreecommitdiff
path: root/libcr_ipc/tests
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2025-07-06 15:19:09 -0600
committerLuke T. Shumaker <lukeshu@lukeshu.com>2025-07-06 15:19:09 -0600
commit19dabed1b567beeee96f76573a3d2bc224f25943 (patch)
tree93b434ffbc0f0a2a390587303efe64d50732cb96 /libcr_ipc/tests
parentdfc1f9c5a8dd7cfc86a2982854b98a58ea760cdc (diff)
parentc00570396c7f127d3a6a3b2ec3bcb66dcd4101b1 (diff)
Merge branch 'lukeshu/heap'HEADmain
Diffstat (limited to 'libcr_ipc/tests')
-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_ */