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:
parent
42d928ee93
commit
3c42daee9c
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue