tests: posix: headers: fix undefined ref to zsock_socketpair

Update prj.conf so that

subsys/net/lib/sockets/socketpair.c

is pulled into the build and zsock_socketpair() is
properly defined.

Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>
This commit is contained in:
Chris Friedt 2024-04-03 04:12:59 -04:00 committed by Chris Friedt
commit 3c42daee9c

View file

@ -10,6 +10,9 @@ CONFIG_TEST_RANDOM_GENERATOR=y
CONFIG_NET_SOCKETS=y
CONFIG_NETWORKING=y
# for socketpair to work
CONFIG_NET_SOCKETPAIR=y
# for when CONFIG_POSIX_API is not selected
CONFIG_PTHREAD_IPC=y
CONFIG_POSIX_FS=y