Move the EEPROM API tests to a subdirectory to prepare for further EEPROM driver tests. Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
13 lines
340 B
YAML
13 lines
340 B
YAML
common:
|
|
depends_on: eeprom
|
|
tags: drivers eeprom
|
|
tests:
|
|
drivers.eeprom.api:
|
|
# Tests overwrite EEPROM content, only run on select boards
|
|
platform_allow: |
|
|
native_posix native_posix_64 qemu_x86
|
|
nucleo_l152re nucleo_l073rz
|
|
drivers.eeprom.api.build:
|
|
# Build-only test for boards with EEPROMs
|
|
build_only: true
|