Skip to content

Commit

Permalink
tests: drivers: build_all: add HL7800 driver
Browse files Browse the repository at this point in the history
Add the HL7800 modem driver to the
build_all drivers test.

Signed-off-by: Ryan Erickson <[email protected]>
  • Loading branch information
rerickson1 authored and galak committed Oct 15, 2020
1 parent e36fc53 commit 669ab7b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/drivers/build_all/modem.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
CONFIG_TEST=y
CONFIG_TEST_USERSPACE=y
CONFIG_NETWORKING=y
CONFIG_NET_IPV4=y
CONFIG_MODEM=y
CONFIG_MODEM_HL7800=y
CONFIG_MODEM_HL7800_FW_UPDATE=y
CONFIG_MODEM_HL7800_SET_APN_NAME_ON_STARTUP=y
CONFIG_MODEM_HL7800_APN_NAME="internet"
CONFIG_MODEM_HL7800_RAT_M1=y
5 changes: 5 additions & 0 deletions tests/drivers/build_all/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,8 @@ tests:
extra_args: CONF_FILE=dac.conf
min_ram: 32
depends_on: dac spi
drivers.modem.build:
build_only: true
extra_args: CONF_FILE=modem.conf
platform_allow: pinnacle_100_dvk
tags: drivers

0 comments on commit 669ab7b

Please sign in to comment.