Move the previously singular env testsuite to be with the other features that are part of the POSIX_SINGLE_PROCESS Option Group. Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>
8 lines
257 B
Plaintext
8 lines
257 B
Plaintext
CONFIG_ZTEST=y
|
|
CONFIG_POSIX_SINGLE_PROCESS=y
|
|
|
|
# Let's explicitly choose PICOLIBC, so it is used if supported even if it would not have been the
|
|
# default (otherwise native targets default to the host C library)
|
|
CONFIG_PICOLIBC=y
|
|
CONFIG_COMMON_LIBC_MALLOC=y
|