Skip to content

Commit

Permalink
Fix #794, Add msg stubs and update UT
Browse files Browse the repository at this point in the history
  • Loading branch information
skliper committed Aug 18, 2020
1 parent 164c75e commit 7f2c8fa
Show file tree
Hide file tree
Showing 5 changed files with 1,346 additions and 959 deletions.
4 changes: 0 additions & 4 deletions fsw/cfe-core/unit-test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,6 @@ foreach(MODULE ${CFE_CORE_MODULES})
ut_cfe-core_stubs
ut_assert)

# TODO short term hack for testing with new code
target_link_libraries(${UT_TARGET_NAME}_UT msg)
#target_link_libraries(${UT_TARGET_NAME}_UT mission_msg)

add_test(${UT_TARGET_NAME}_UT ${UT_TARGET_NAME}_UT)
install(TARGETS ${UT_TARGET_NAME}_UT DESTINATION ${TGTNAME}/${UT_INSTALL_SUBDIR})
endforeach(MODULE ${CFE_CORE_MODULES})
Expand Down
Loading

0 comments on commit 7f2c8fa

Please sign in to comment.