Skip to content

Commit 697d0f8

Browse files
mathieuchopstmdanieldegrasse
authored andcommitted
tests: arch: common: ramfunc: fix the project's name in CMake
The name used in CMakeLists for this test is "zero_latency_irqs" despite testing the ramfunc feature instead. This might be a copy-paste mistake as it was originally "arm_zero_latency_irqs", which is another test that exists. Change the project name in CMakeLists to match what the test truly is. Signed-off-by: Mathieu Choplain <mathieu.choplain@st.com>
1 parent 8f983cc commit 697d0f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/arch/common/ramfunc/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(zero_latency_irqs)
6+
project(ramfunc)
77

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

0 commit comments

Comments
 (0)