samples/tests: littlefs: tag littlefs samples/tests
Tag with required module name to make the tests run when the module has changed. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
7c8e4e7fe4
commit
7f201f4ccc
2 changed files with 7 additions and 2 deletions
|
@ -1,5 +1,9 @@
|
|||
sample:
|
||||
name: littlefs filesystem sample
|
||||
common:
|
||||
tags:
|
||||
- filesystem
|
||||
- littefs
|
||||
tests:
|
||||
sample.filesystem.littlefs:
|
||||
build_only: true
|
||||
|
@ -15,7 +19,6 @@ tests:
|
|||
- mimxrt1160_evk_cm7
|
||||
- lpcxpresso55s69_cpu0
|
||||
- mr_canhubk3
|
||||
tags: filesystem
|
||||
integration_platforms:
|
||||
- nrf52840dk_nrf52840
|
||||
sample.filesystem.littlefs.nrf52840dk_spi:
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
common:
|
||||
tags: filesystem
|
||||
tags:
|
||||
- filesystem
|
||||
- littlefs
|
||||
platform_allow:
|
||||
- nrf52840dk_nrf52840
|
||||
- native_posix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue