As the test uses reentrant time functions like asctime_r or ctime_r, it should select POSIX_C_LANG_SUPPORT_R. Otherwise there are build failures observed with the default test configuration if these functions are not provided by the toolchain. Signed-off-by: Ilya Tagunov <Ilya.Tagunov@synopsys.com>
6 lines
170 B
Text
6 lines
170 B
Text
CONFIG_ZTEST=y
|
|
CONFIG_TEST_USERSPACE=y
|
|
CONFIG_ZTEST_FATAL_HOOK=y
|
|
CONFIG_MINIMAL_LIBC_NON_REENTRANT_FUNCTIONS=y
|
|
CONFIG_MINIMAL_LIBC_RAND=y
|
|
CONFIG_POSIX_C_LANG_SUPPORT_R=y
|