Skip to content

Commit

Permalink
test: build dependency for event unit tests
Browse files Browse the repository at this point in the history
The test_event_base and test_event_probe unit tests use function
event_register() which depends on CONFIG_EVENT_DYNAMIC=y.

Fixes: 7d02645 ("event: Add a simple test")
Signed-off-by: Heinrich Schuchardt <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
  • Loading branch information
xypron committed Sep 16, 2023
1 parent 2525922 commit fdd6a77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/common/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
obj-y += cmd_ut_common.o
obj-$(CONFIG_AUTOBOOT) += test_autoboot.o
obj-$(CONFIG_CYCLIC) += cyclic.o
obj-$(CONFIG_EVENT) += event.o
obj-$(CONFIG_EVENT_DYNAMIC) += event.o
obj-y += cread.o

0 comments on commit fdd6a77

Please sign in to comment.