We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 607e787 commit b4d8b19Copy full SHA for b4d8b19
zephyr/tests/bacnet/indtext/CMakeLists.txt
@@ -26,6 +26,10 @@ if(BOARD STREQUAL unit_testing)
26
${BACNET_SRC_PATH}.c
27
${BACNET_TEST_PATH}/src/main.c
28
)
29
+ get_filename_component(BACNET_SRC ${BACNET_SRC_PATH} PATH)
30
+ list(APPEND SOURCES
31
+ ${BACNET_SRC}/bacstr.c
32
+ )
33
34
set(CONF_FILE "${CONF_FILE};prj.unit_testing.conf")
35
find_package(Zephyr COMPONENTS unittest REQUIRED HINTS $ENV{ZEPHYR_BASE})
0 commit comments