Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Navtajh04 committed Sep 17, 2023
1 parent 1673ed1 commit 811cbda
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ set(TEST_BINARY onboarding-tests)
set(TEST_DEPENDENCIES
${CMAKE_SOURCE_DIR}/lm75bd/lm75bd.c
${CMAKE_SOURCE_DIR}/sys/logging/logging.c
${CMAKE_SOURCE_DIR}/sys/logging/console.c
)

set(TEST_SOURCES
Expand All @@ -20,7 +21,7 @@ target_include_directories(${TEST_BINARY}
${CMAKE_SOURCE_DIR}/lm75bd
${CMAKE_SOURCE_DIR}/sys
${CMAKE_SOURCE_DIR}/sys/i2c
${CMAKE_SOURCE_DIR}/sys/console
${CMAKE_SOURCE_DIR}/sys/console_io
${CMAKE_SOURCE_DIR}/sys/logging
)

Expand Down

0 comments on commit 811cbda

Please sign in to comment.