Skip to content

Commit 09bf870

Browse files
committed
tests/subsys/modem/backends/tty: Ensure it is built with proper C lib
This test itself (not the code under test) needs to be build with the host C library as it calls into its open/close/read/write APIs. So let's ensure we build it with it, independently of what the default C library may be. Signed-off-by: Alberto Escolar Piedras <[email protected]>
1 parent 7b481dd commit 09bf870

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/subsys/modem/backends/tty/prj.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ CONFIG_NO_OPTIMIZATIONS=y
66
CONFIG_MODEM_MODULES=y
77
CONFIG_MODEM_BACKEND_TTY=y
88

9+
CONFIG_EXTERNAL_LIBC=y
10+
911
CONFIG_ZTEST=y
1012

1113
CONFIG_LOG=y

0 commit comments

Comments
 (0)