Skip to content

Commit

Permalink
HOTFIX, No longer add tests from within tests in msg UT
Browse files Browse the repository at this point in the history
  • Loading branch information
skliper committed Aug 25, 2020
1 parent e4f7c26 commit 1d68ce8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/msg/unit-test-coverage/msg_UT.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ void UtTest_Setup(void)
UT_Text("Message header coverage test...");

UT_ADD_TEST(Test_MSG_Init);
UT_ADD_TEST(Test_MSG_CCSDSPri);
UT_ADD_TEST(Test_MSG_CCSDSExt);
UT_ADD_TEST(Test_MSG_MsgId_Shared);
Test_MSG_CCSDSPri();
Test_MSG_CCSDSExt();
Test_MSG_MsgId_Shared();
UT_ADD_TEST(Test_MSG_MsgId);
UT_ADD_TEST(Test_MSG_Checksum);
UT_ADD_TEST(Test_MSG_FcnCode);
Expand Down

0 comments on commit 1d68ce8

Please sign in to comment.