]> git.dujemihanovic.xyz Git - u-boot.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)
committerTom Rini <trini@konsulko.com>
Sat, 30 Sep 2023 19:15:31 +0000 (15:15 -0400)
commit4c181754135a055962848cf364fd98a89c113cc7
tree9b098d086a810b6d5c497abc6d232a692c424242
parent06e00f5d3595988ba81f143d24fd43a29349efde
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: 7d02645fe4c0 ("event: Add a simple test")
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
test/common/Makefile