tests: drivers: build_all: split gsm modem test out
Move gsm modem test to its own directory. Signed-off-by: Yong Cong Sin <yongcong.sin@gmail.com>
This commit is contained in:
parent
23af6008be
commit
3ada6b6b1c
3 changed files with 15 additions and 4 deletions
|
@ -5,9 +5,6 @@ CONFIG_SERIAL=y
|
|||
CONFIG_TEST_UART=y
|
||||
CONFIG_NETWORKING=y
|
||||
CONFIG_NET_IPV4=y
|
||||
CONFIG_NET_DRIVERS=y
|
||||
CONFIG_NET_PPP=y
|
||||
CONFIG_NET_L2_PPP=y
|
||||
CONFIG_MODEM=y
|
||||
CONFIG_MODEM_HL7800=y
|
||||
CONFIG_MODEM_HL7800_FW_UPDATE=y
|
||||
|
@ -15,4 +12,3 @@ CONFIG_MODEM_HL7800_SET_APN_NAME_ON_STARTUP=y
|
|||
CONFIG_MODEM_HL7800_APN_NAME="internet"
|
||||
CONFIG_MODEM_HL7800_RAT_M1=y
|
||||
CONFIG_MODEM_WNCM14A2A=y
|
||||
CONFIG_MODEM_GSM_PPP=y
|
||||
|
|
11
tests/drivers/build_all/modem/modem_gsm.conf
Normal file
11
tests/drivers/build_all/modem/modem_gsm.conf
Normal file
|
@ -0,0 +1,11 @@
|
|||
CONFIG_TEST=y
|
||||
CONFIG_TEST_RANDOM_GENERATOR=y
|
||||
CONFIG_SERIAL=y
|
||||
CONFIG_TEST_UART=y
|
||||
CONFIG_NETWORKING=y
|
||||
CONFIG_NET_IPV4=y
|
||||
CONFIG_NET_DRIVERS=y
|
||||
CONFIG_NET_PPP=y
|
||||
CONFIG_NET_L2_PPP=y
|
||||
CONFIG_MODEM=y
|
||||
CONFIG_MODEM_GSM_PPP=y
|
|
@ -16,3 +16,7 @@ tests:
|
|||
extra_args: CONF_FILE=modem_quectel_bg9x.conf
|
||||
platform_exclude: serpente pinnacle_100_dvk litex_vexriscv ip_k66f
|
||||
min_ram: 36
|
||||
drivers.modem.gsm.build:
|
||||
extra_args: CONF_FILE=modem_gsm.conf
|
||||
platform_exclude: serpente particle_boron rak5010_nrf52840 litex_vexriscv ip_k66f
|
||||
min_ram: 36
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue