Skip to content

Commit

Permalink
tests: build_all: plic: add test for PLIC_SHELL build
Browse files Browse the repository at this point in the history
Add a build-only test for the `PLIC_SHELL` configuration.

Signed-off-by: Yong Cong Sin <ycsin@meta.com>
  • Loading branch information
ycsin committed Jan 4, 2024
1 parent 3d097f8 commit 1cc25d1
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ common:
- plic
tests:
drivers.interrupt_controller.intc_plic.build: {}
drivers.interrupt_controller.intc_plic.plic_shell.build:
tags:
- shell
extra_configs:
- CONFIG_SHELL=y
- CONFIG_PLIC_SHELL=y
drivers.interrupt_controller.intc_plic.multi_instance.build:
extra_args:
DTC_OVERLAY_FILE="./app.multi_instance.overlay"
Expand Down

0 comments on commit 1cc25d1

Please sign in to comment.