Skip to content

Commit

Permalink
Update coverage test link libraries for added MSG call
Browse files Browse the repository at this point in the history
  • Loading branch information
jphickey committed Aug 3, 2023
1 parent e27e591 commit fa17538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unit-test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ add_cfe_coverage_stubs("hs_internal"
)

# Link with the cfe core stubs and unit test assert libs
target_link_libraries(coverage-hs_internal-stubs ut_core_api_stubs ut_assert)
target_link_libraries(coverage-hs_internal-stubs coverage-gateway_msg-stubs ut_core_api_stubs ut_assert)

# Include and expose unit test utilities, fsw/inc, and fsw/src includes
target_include_directories(coverage-hs_internal-stubs PUBLIC utilities)
Expand Down

0 comments on commit fa17538

Please sign in to comment.