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 e58dbb8 commit f1ccf5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ set(TEST_BINARY onboarding-tests)

set(TEST_DEPENDENCIES
${CMAKE_SOURCE_DIR}/lm75bd/lm75bd.c
${CMAKE_SOURCE_DIR}/sys/logging/mock_logging.c
)

set(TEST_SOURCES
${CMAKE_SOURCE_DIR}/test/main.cpp
${CMAKE_SOURCE_DIR}/test/test_driver.cpp
${CMAKE_SOURCE_DIR}/test/mock_logging.c
)

set(TEST_SOURCES ${TEST_SOURCES} ${TEST_DEPENDENCIES})
Expand Down

0 comments on commit f1ccf5b

Please sign in to comment.