Skip to content

Commit 5d3adb0

Browse files
nashifcfriedt
authored andcommitted
tests: net: http: also build with clang
Build this test also with clang to increase coverage. This test is selected because it had some issues with clang, however, there is nothing special about this tests when it comes to clang, it will be one of many to come to increase coverage. Signed-off-by: Anas Nashif <[email protected]>
1 parent 92c56cc commit 5d3adb0

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

tests/net/lib/http_server/tls/testcase.yaml

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,17 @@ common:
66
- net
77
- server
88
- socket
9-
integration_platforms:
10-
- native_sim
11-
- qemu_x86
12-
platform_allow:
13-
- native_sim
14-
- qemu_x86
159
tests:
16-
net.http.server.tls: {}
10+
net.http.server.tls:
11+
platform_allow:
12+
- qemu_x86
13+
integration_platforms:
14+
- qemu_x86
15+
net.http.server.tls.toolchain:
16+
platform_allow:
17+
- native_sim
18+
integration_platforms:
19+
- native_sim
20+
integration_toolchains:
21+
- host
22+
- llvm

0 commit comments

Comments
 (0)