zephyr/tests/lib/time/prj.conf
Chris Friedt cfae041834 posix: implement the XSI_SINGLE_PROCESS Option Group
gettimeofday() was already implemented, but incorrectly lumped into
POSIX_TIMERS.

putenv() is really just a wrapper around setenv().

The only one left to implement was gethostid() which was relatively
trivial.

Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>
2025-05-13 22:23:21 -04:00

5 lines
83 B
Plaintext

CONFIG_ZTEST=y
CONFIG_POSIX_TIMERS=y
CONFIG_XSI_SINGLE_PROCESS=y
CONFIG_PICOLIBC=y