cyclic: Add a simple test
authorStefan Roese <sr@denx.de>
Fri, 2 Sep 2022 11:57:54 +0000 (13:57 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 13 Sep 2022 20:01:44 +0000 (16:01 -0400)
commitaf042c211d017f5a1c324fea9e817e33bfd2a475
tree8bdeb980e294dd298d04b371ad41a0149c90aa07
parent00275f5ead89dcbed583da2a698b7ba2c6384d0d
cyclic: Add a simple test

Add a test for cyclic function registration and activation.

Signed-off-by: Stefan Roese <sr@denx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
test/common/Makefile
test/common/cyclic.c [new file with mode: 0644]
test/test-main.c