Skip to content

Commit 61a15e4

Browse files
authored
Merge pull request nasa#840 from skliper/hotfix-msg-ut-subtest
HOTFIX - no longer add unit tests from within unit tests in msg UT
2 parents e4f7c26 + 1d68ce8 commit 61a15e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/msg/unit-test-coverage/msg_UT.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ void UtTest_Setup(void)
4545
UT_Text("Message header coverage test...");
4646

4747
UT_ADD_TEST(Test_MSG_Init);
48-
UT_ADD_TEST(Test_MSG_CCSDSPri);
49-
UT_ADD_TEST(Test_MSG_CCSDSExt);
50-
UT_ADD_TEST(Test_MSG_MsgId_Shared);
48+
Test_MSG_CCSDSPri();
49+
Test_MSG_CCSDSExt();
50+
Test_MSG_MsgId_Shared();
5151
UT_ADD_TEST(Test_MSG_MsgId);
5252
UT_ADD_TEST(Test_MSG_Checksum);
5353
UT_ADD_TEST(Test_MSG_FcnCode);

0 commit comments

Comments
 (0)