summaryrefslogtreecommitdiff
path: root/test/common/Makefile
diff options
context:
space:
mode:
authorStefan Roese <[email protected]>2022-09-02 13:57:54 +0200
committerTom Rini <[email protected]>2022-09-13 16:01:44 -0400
commitaf042c211d017f5a1c324fea9e817e33bfd2a475 (patch)
tree8bdeb980e294dd298d04b371ad41a0149c90aa07 /test/common/Makefile
parent00275f5ead89dcbed583da2a698b7ba2c6384d0d (diff)
cyclic: Add a simple test
Add a test for cyclic function registration and activation. Signed-off-by: Stefan Roese <[email protected]> Reviewed-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 9087788ba6a..cc918f64e54 100644
--- a/test/common/Makefile
+++ b/test/common/Makefile
@@ -1,4 +1,5 @@
# SPDX-License-Identifier: GPL-2.0+
obj-y += cmd_ut_common.o
obj-$(CONFIG_AUTOBOOT) += test_autoboot.o
+obj-$(CONFIG_CYCLIC) += cyclic.o
obj-$(CONFIG_EVENT) += event.o