Skip to content

Commit 2275aa9

Browse files
committed
tests/drivers/clock_control: stm32_common: Move to stm32_common_core
Move stm32_common tests to stm32_common_core before adding new folder for device source selection tests. Signed-off-by: Erwan Gouriou <[email protected]>
1 parent eaa7f4c commit 2275aa9

35 files changed

+35
-35
lines changed

tests/drivers/clock_control/stm32_clock_configuration/stm32_common/CMakeLists.txt renamed to tests/drivers/clock_control/stm32_clock_configuration/stm32_common_core/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
cmake_minimum_required(VERSION 3.20.0)
44

55
find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
6-
project(stm32_clock_configuration_common)
6+
project(stm32_clock_configuration_common_core)
77

88
FILE(GLOB app_sources src/*.c)
99
target_sources(app PRIVATE ${app_sources})

0 commit comments

Comments
 (0)