Skip to content

Commit 6685acc

Browse files
JordanYatesjhedberg
authored andcommitted
tests: modem: modem_chat: test dedicated workqueue
Validate compilation with `CONFIG_MODEM_DEDICATED_WORKQUEUE=y`. Signed-off-by: Jordan Yates <[email protected]>
1 parent 761961f commit 6685acc

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed
Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
# Copyright (c) 2023 Trackunit Corporation
22
# SPDX-License-Identifier: Apache-2.0
33

4+
common:
5+
tags: modem_chat
6+
harness: ztest
7+
platform_allow:
8+
- native_sim
9+
integration_platforms:
10+
- native_sim
411
tests:
5-
modem.modem_chat:
6-
tags: modem_chat
7-
harness: ztest
8-
platform_allow:
9-
- native_sim
10-
integration_platforms:
11-
- native_sim
12+
modem.modem_chat: {}
13+
modem.modem_chat.workq:
14+
extra_configs:
15+
- CONFIG_MODEM_DEDICATED_WORKQUEUE=y

0 commit comments

Comments
 (0)