Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Fix #778, add cfe assert and example lib" #805

Merged
merged 1 commit into from
Aug 18, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions cmake/mission_defaults.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,3 @@ set(MISSION_MODULE_SEARCH_PATH
set(cfe-core_SEARCH_PATH "cfe/fsw")
set(osal_SEARCH_PATH ".")
set(psp_SEARCH_PATH ".")

# If ENABLE_UNIT_TEST is enabled, then include the cfe_assert library in
# all targets. This can still be overridden in targets.cmake.
if (ENABLE_UNIT_TESTS)
list(APPEND MISSION_GLOBAL_APPLIST cfe_assert cfe_test)
endif (ENABLE_UNIT_TESTS)

12 changes: 0 additions & 12 deletions modules/cfe_assert/CMakeLists.txt

This file was deleted.

63 changes: 0 additions & 63 deletions modules/cfe_assert/inc/cfe_assert.h

This file was deleted.

137 changes: 0 additions & 137 deletions modules/cfe_assert/src/cfe_assert_io.c

This file was deleted.

131 changes: 0 additions & 131 deletions modules/cfe_assert/src/cfe_assert_main.c

This file was deleted.

8 changes: 0 additions & 8 deletions modules/cfe_test/CMakeLists.txt

This file was deleted.

Loading