Skip to content

Commit

Permalink
remove all shared references
Browse files Browse the repository at this point in the history
  • Loading branch information
thnkslprpt committed Dec 9, 2023
1 parent 4f2e20e commit f0afb93
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions unit-test-coverage/pc-rtems/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ add_executable(coverage-${CFE_PSP_TARGETNAME}-testrunner
src/coveragetest-cfe-psp-support.c
src/coveragetest-cfe-psp-watchdog.c
src/coveragetest-psp-pc-rtems.c
$<TARGET_OBJECTS:psp-${CFE_PSP_TARGETNAME}-shared>
$<TARGET_OBJECTS:psp-${CFE_PSP_TARGETNAME}-impl>
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ void Test_CFE_PSP_AttachExceptions(void)
/* Nominal path */
CFE_PSP_AttachExceptions();
UtAssert_STUB_COUNT(OS_printf, 1);
UT_ResetState(UT_KEY(PCS_malloc)); /* Reset so cleared for next test */
}

void Test_CFE_PSP_ExceptionGetSummary_Impl(void)
Expand Down

0 comments on commit f0afb93

Please sign in to comment.