tests: drivers: build_all: gsm: test build with mux

Build gsm modem driver with mux enabled.

Signed-off-by: Yong Cong Sin <yongcong.sin@gmail.com>
This commit is contained in:
Yong Cong Sin 2022-03-14 23:09:00 +08:00 committed by Carles Cufí
commit ad5128444e

View file

@ -20,3 +20,10 @@ tests:
extra_args: CONF_FILE=modem_gsm.conf
platform_exclude: serpente particle_boron rak5010_nrf52840 litex_vexriscv ip_k66f
min_ram: 36
drivers.modem.gsm_mux.build:
extra_args: CONF_FILE=modem_gsm.conf
platform_exclude: serpente particle_boron rak5010_nrf52840 litex_vexriscv ip_k66f
min_ram: 36
extra_configs:
- CONFIG_GSM_MUX=y
- CONFIG_UART_MUX=y