summaryrefslogtreecommitdiff
path: root/libcr/tests/test_matrix/config.h
blob: 83892dfecde2bfd3b4be137f4d362b907f8453f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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_STACK_SIZE_DEFAULT    (4*1024)
#define CONFIG_COROUTINE_NAME_LEN              16
#define CONFIG_COROUTINE_NUM                   2

#endif /* _CONFIG_H_ */