tests: drivers: eeprom: do not attempt to build on all boards
Do not attempt to build on all boards. Instead, do a build-only pass of the generic test case on all boards with EEPROM support. Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
This commit is contained in:
parent
168a690fc3
commit
100774e2f8
|
@ -3,6 +3,6 @@ tests:
|
|||
platform_whitelist: native_posix native_posix_64 qemu_x86
|
||||
tags: drivers userspace
|
||||
peripheral.eeprom.generic:
|
||||
build_on_all: true
|
||||
build_only: true
|
||||
depends_on: eeprom
|
||||
tags: drivers userspace
|
||||
|
|
Loading…
Reference in New Issue