summaryrefslogtreecommitdiff
path: root/libcr/tests/test_matrix
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2024-11-24 23:02:59 -0700
committerLuke T. Shumaker <lukeshu@lukeshu.com>2024-11-25 08:27:46 -0700
commit839c3c83993b2b8d9d6be20407afdf59be23e701 (patch)
treebfc896e886dcee25955af8db3ed455f8e598f2bb /libcr/tests/test_matrix
parent1ff1f0e3c26e40a92d56630a092d65fac9655b64 (diff)
libcr: Add very basic tests
Diffstat (limited to 'libcr/tests/test_matrix')
-rw-r--r--libcr/tests/test_matrix/config.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/libcr/tests/test_matrix/config.h b/libcr/tests/test_matrix/config.h
new file mode 100644
index 0000000..9802f08
--- /dev/null
+++ b/libcr/tests/test_matrix/config.h
@@ -0,0 +1,14 @@
+/* config.h - TODO
+ *
+ * Copyright (C) 2024 Luke T. Shumaker <lukeshu@lukeshu.com>
+ * SPDX-License-Identifier: AGPL-3.0-or-later
+ */
+
+#ifndef _CONFIG_H_
+#define _CONFIG_H_
+
+#define CONFIG_COROUTINE_DEFAULT_STACK_SIZE (4*1024)
+#define CONFIG_COROUTINE_NAME_LEN 16
+#define CONFIG_COROUTINE_NUM 1
+
+#endif /* _CONFIG_H_ */