Skip to content

Commit

Permalink
HOTFIX-20200902, Fix sb unit test setup issue
Browse files Browse the repository at this point in the history
  • Loading branch information
skliper committed Sep 4, 2020
1 parent 08f6eab commit 3baef94
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 3baef94

Please sign in to comment.