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 <emil.obalski@nordicsemi.no>
This commit is contained in:
Emil Obalski 2022-03-31 11:59:55 +02:00 committed by Anas Nashif
commit 3a9b082fef
4 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
cmake_minimum_required(VERSION 3.20.0) cmake_minimum_required(VERSION 3.20.0)
find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE}) find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
project(icmsg) project(icmsg_buf)
FILE(GLOB app_sources src/main.c) FILE(GLOB app_sources src/main.c)
target_sources(app PRIVATE ${app_sources}) target_sources(app PRIVATE ${app_sources})

View file

@ -1,5 +1,5 @@
tests: tests:
libraries.icmsg: subsys.ipc.icmsg_buf:
integration_platforms: integration_platforms:
- nrf5340dk_nrf5340_cpuapp - nrf5340dk_nrf5340_cpuapp
platform_exclude: qemu_xtensa qemu_malta platform_exclude: qemu_xtensa qemu_malta