clk: Introduce Kunit Tests for the framework
authorMaxime Ripard <maxime@cerno.tech>
Fri, 25 Feb 2022 14:35:24 +0000 (15:35 +0100)
committerStephen Boyd <sboyd@kernel.org>
Sat, 12 Mar 2022 03:14:38 +0000 (19:14 -0800)
commit723d0530d9d778cdceab4ebd0d0efc2d3a021c3c
treec44dfdd194ab0f3f96ff270135de360d8e901119
parent0c1b56df451716ba207bbf59f303473643eee4fd
clk: Introduce Kunit Tests for the framework

Let's test various parts of the rate-related clock API with the kunit
testing framework.

Cc: kunit-dev@googlegroups.com
Tested-by: Daniel Latypov <dlatypov@google.com>
Suggested-by: Stephen Boyd <sboyd@kernel.org>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Link: https://lore.kernel.org/r/20220225143534.405820-3-maxime@cerno.tech
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/.kunitconfig
drivers/clk/Kconfig
drivers/clk/Makefile
drivers/clk/clk_test.c [new file with mode: 0644]