Skip to content

Commit

Permalink
Fix Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
HTRamsey committed Aug 25, 2024
1 parent 6a8b501 commit a8e8104
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ list(APPEND mock_define_list
# list the files you would like to test here
set(real_source_files "")
list(APPEND real_source_files
${CMAKE_BINARY_DIR}/Annexed_TCP_Sources/${project_name}.c
${CMAKE_BINARY_DIR}/Annexed_TCP_Sources/FreeRTOS_ARP.c
)
# list the directories the module under test includes
set(real_include_directories "")
Expand Down

0 comments on commit a8e8104

Please sign in to comment.