]> git.baikalelectronics.ru Git - uboot.git/commit
test: build dependency for event unit tests
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Thu, 7 Sep 2023 16:43:17 +0000 (18:43 +0200)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 16 Sep 2023 16:17:25 +0000 (18:17 +0200)
commitedaa0b373351673ed666228124f351285885e92b
treeda94448a502c06ba32b210583c190294f25bdd98
parent4d8432d7794fe29a40a6d615bd027dff84ffb028
test: build dependency for event unit tests

The test_event_base and test_event_probe unit tests use function
event_register() which depends on CONFIG_EVENT_DYNAMIC=y.

Fixes: 52067ad03799 ("event: Add a simple test")
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
test/common/Makefile