]> git.dujemihanovic.xyz Git - u-boot.git/commit
test: event: Only run test_event_probe() on sandbox
authorSimon Glass <sjg@chromium.org>
Mon, 2 Oct 2023 01:15:20 +0000 (19:15 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 13 Dec 2023 23:39:05 +0000 (18:39 -0500)
commit14f0cc49dfede009645b6b897463afa3385b45b8
tree7d4c762044c65d1bd192985d99dd1ab5b0ce70df
parent078c6e2f8adab6e60227c15b25c85d633778092a
test: event: Only run test_event_probe() on sandbox

This needs test devices which are only present on sandbox. Add a check
for this and skip just this test if running on a real board.

Signed-off-by: Simon Glass <sjg@chromium.org>
test/common/event.c