Skip to content

Commit

Permalink
samples: net: gsm_modem: Add GSM mux compile test
Browse files Browse the repository at this point in the history
Add a compile test for GSM muxing so that we catch possible
issues in the future.

Signed-off-by: Jukka Rissanen <[email protected]>
  • Loading branch information
jukkar authored and nashif committed May 17, 2021
1 parent 546b79e commit 56bb8a4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions samples/net/gsm_modem/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,8 @@ tests:
sample.net.ppp.gsm.modem:
extra_configs:
- CONFIG_TEST_RANDOM_GENERATOR=y
sample.net.ppp.gsm.modem.mux:
extra_configs:
- CONFIG_TEST_RANDOM_GENERATOR=y
- CONFIG_GSM_MUX=y
- CONFIG_UART_MUX=y

0 comments on commit 56bb8a4

Please sign in to comment.