From 56bb8a40e93efd760c68faf24780fd2a7ef4b03b Mon Sep 17 00:00:00 2001 From: Jukka Rissanen Date: Mon, 17 May 2021 10:43:20 +0300 Subject: [PATCH] samples: net: gsm_modem: Add GSM mux compile test Add a compile test for GSM muxing so that we catch possible issues in the future. Signed-off-by: Jukka Rissanen --- samples/net/gsm_modem/sample.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/samples/net/gsm_modem/sample.yaml b/samples/net/gsm_modem/sample.yaml index 72e00c9e258..ba76853d2a7 100644 --- a/samples/net/gsm_modem/sample.yaml +++ b/samples/net/gsm_modem/sample.yaml @@ -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