Skip to content

Commit

Permalink
Merge pull request #866 from skliper/HOTFIX-sb-unit-tests
Browse files Browse the repository at this point in the history
HOTFIX-20200902, Fix sb unit test setup issue
  • Loading branch information
astrogeco authored Sep 4, 2020
2 parents e0910fb + 3baef94 commit 8b9a3db
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions fsw/cfe-core/unit-test/sb_UT.c
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,9 @@ void UtTest_Setup(void)
Test_Subscribe_API();
Test_Unsubscribe_API();
Test_SendMsg_API();
UtTest_Add(Test_RcvMsg_API, NULL, Test_CleanupApp_API, "Test_RcvMsg_API");
UT_ADD_TEST(Test_SB_Utils);
Test_RcvMsg_API();
SB_UT_ADD_SUBTEST(Test_CleanupApp_API);
Test_SB_Utils();

Test_SB_SpecialCases();

Expand Down

0 comments on commit 8b9a3db

Please sign in to comment.