Skip to content

Commit 3a9b082

Browse files
Emil Obalskinashif
authored andcommitted
tests: Move icmsg_buf tests to subsys/ipc
Move ipc service backend unit test from tests/lib to tests/subsys directory. Signed-off-by: Emil Obalski <[email protected]>
1 parent cc57f0a commit 3a9b082

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

tests/lib/icmsg/CMakeLists.txt renamed to tests/subsys/ipc/icmsg_buf/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
cmake_minimum_required(VERSION 3.20.0)
44
find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
5-
project(icmsg)
5+
project(icmsg_buf)
66

77
FILE(GLOB app_sources src/main.c)
88
target_sources(app PRIVATE ${app_sources})
File renamed without changes.
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
tests:
2-
libraries.icmsg:
2+
subsys.ipc.icmsg_buf:
33
integration_platforms:
44
- nrf5340dk_nrf5340_cpuapp
55
platform_exclude: qemu_xtensa qemu_malta

0 commit comments

Comments
 (0)