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:
Henrik Brix Andersen 2020-03-29 23:16:36 +02:00 committed by Kumar Gala
parent 168a690fc3
commit 100774e2f8
1 changed files with 1 additions and 1 deletions

View File

@ -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