zephyr/tests/posix/xsi_threads_ext/prj.conf
Marvin Ouma d27e4dc463 tests: posix: common: separate xsi_threads_ext into standalone test
posix.common contains testsuites that can be separated into smaller
groups of tests. This change moves tests in the xsi_threads_ext
option group into a singular testsuite tests/posix/xsi_threads_ext
app directory.

Signed-off-by: Marvin Ouma <pancakesdeath@protonmail.com>
2024-12-17 09:48:49 +01:00

8 lines
125 B
Plaintext

CONFIG_POSIX_API=y
CONFIG_ZTEST=y
CONFIG_XSI_THREADS_EXT=y
CONFIG_DYNAMIC_THREAD_ALLOC=y
CONFIG_TEST_EXTRA_STACK_SIZE=4096