Skip to content

Commit 9a75902

Browse files
galakcarlescufi
authored andcommitted
samples: net: sockets: tcp: Add newlib filter to samples.yaml
Not all toolchains support newlib so tests that require newlib need to have a filter to we don't try and build those tests on those testcases. Add the following to samples.yaml to handle the issue: filter: TOOLCHAIN_HAS_NEWLIB == 1 Signed-off-by: Kumar Gala <[email protected]>
1 parent 253d080 commit 9a75902

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

samples/net/sockets/tcp/sample.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ sample:
33
name: tcp
44
tests:
55
sample.net.socket.tcp:
6+
filter: TOOLCHAIN_HAS_NEWLIB == 1
67
harness: net
78
platform_allow: qemu_x86
89
tags: socket tcp

0 commit comments

Comments
 (0)