We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08f6eab commit 3baef94Copy full SHA for 3baef94
fsw/cfe-core/unit-test/sb_UT.c
@@ -133,8 +133,9 @@ void UtTest_Setup(void)
133
Test_Subscribe_API();
134
Test_Unsubscribe_API();
135
Test_SendMsg_API();
136
- UtTest_Add(Test_RcvMsg_API, NULL, Test_CleanupApp_API, "Test_RcvMsg_API");
137
- UT_ADD_TEST(Test_SB_Utils);
+ Test_RcvMsg_API();
+ SB_UT_ADD_SUBTEST(Test_CleanupApp_API);
138
+ Test_SB_Utils();
139
140
Test_SB_SpecialCases();
141
0 commit comments