Skip to content

Commit 00a317b

Browse files
committed
tests: rtio: Split test suites up into files
The test suites have grown to cover different units really and having them in one file was becoming a bit much to scroll around in. Coincidentally found a accidental reuse of a define between the spsc and mpsc tests. Signed-off-by: Tom Burdick <[email protected]>
1 parent 3c5efea commit 00a317b

File tree

6 files changed

+710
-677
lines changed

6 files changed

+710
-677
lines changed

tests/subsys/rtio/rtio_api/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 3.20.0)
55
find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
66
project(rtio_api_test)
77

8-
target_sources(app PRIVATE src/main.c)
8+
target_sources(app PRIVATE src/test_rtio_spsc.c src/test_rtio_mpsc.c src/test_rtio_api.c)
99

1010
target_include_directories(app PRIVATE
1111
${ZEPHYR_BASE}/include

0 commit comments

Comments
 (0)