Skip to content

Commit d34e688

Browse files
committed
test(zephyr/unity): link with zephyr interface
Signed-off-by: Marco Casaroli <marco.casaroli@gmail.com>
1 parent 695f9ac commit d34e688

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/system/zephyr/input_output/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ add_library(Unity STATIC
2222
../../../../tests/Unity/src/unity.c
2323
)
2424

25+
target_link_libraries(Unity PUBLIC zephyr_interface)
26+
27+
2528
target_include_directories(Unity PUBLIC
2629
../../../../tests/Unity/src
2730
)

0 commit comments

Comments
 (0)