Skip to content

Commit

Permalink
modem: pipe: Add test suite
Browse files Browse the repository at this point in the history
Add test suite for the modem_pipe module.

Signed-off-by: Bjarki Arge Andreasen <[email protected]>
  • Loading branch information
bjarki-andreasen authored and fabiobaltieri committed Jan 11, 2024
1 parent 4d99c69 commit 9176e5c
Show file tree
Hide file tree
Showing 4 changed files with 425 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/subsys/modem/modem_pipe/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Copyright (c) 2023 Trackunit Corporation
# SPDX-License-Identifier: Apache-2.0

cmake_minimum_required(VERSION 3.20.0)
find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
project(modem_pipe_test)

target_sources(app PRIVATE src/main.c)
8 changes: 8 additions & 0 deletions tests/subsys/modem/modem_pipe/prj.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Copyright (c) 2023 Trackunit Corporation
# SPDX-License-Identifier: Apache-2.0

CONFIG_NO_OPTIMIZATIONS=y
CONFIG_MODEM_MODULES=y
CONFIG_MODEM_PIPE=y
CONFIG_EVENTS=y
CONFIG_ZTEST=y
Loading

0 comments on commit 9176e5c

Please sign in to comment.