summaryrefslogtreecommitdiff
path: root/test/common/Makefile
diff options
context:
space:
mode:
authorSimon Glass <[email protected]>2022-03-04 08:43:01 -0700
committerTom Rini <[email protected]>2022-03-10 08:28:36 -0500
commit7d02645fe4c07efe253f68d2d6134922e7c5323e (patch)
treefc3a8a8a4af25118b174deafd2d1ce25887ab9c8 /test/common/Makefile
parent87a5d1b5d012b0663517bfa36f5e01c8028f121a (diff)
event: Add a simple test
Add a test for event registration and activation. Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'test/common/Makefile')
-rw-r--r--test/common/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/common/Makefile b/test/common/Makefile
index 24c9145dccc..9087788ba6a 100644
--- a/test/common/Makefile
+++ b/test/common/Makefile
@@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0+
obj-y += cmd_ut_common.o
obj-$(CONFIG_AUTOBOOT) += test_autoboot.o
+obj-$(CONFIG_EVENT) += event.o