commit | 49b733354b9ab170f9241e5277c04b2b5cc8dfe8 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Thu Sep 07 18:43:17 2023 +0200 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sat Sep 16 18:17:25 2023 +0200 |
tree | da94448a502c06ba32b210583c190294f25bdd98 | |
parent | e201df36b77d49bb538bd6c0f34f7f297401544b [diff] |
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>