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.
2 parents e4f7c26 + 1d68ce8 commit 61a15e4Copy full SHA for 61a15e4
modules/msg/unit-test-coverage/msg_UT.c
@@ -45,9 +45,9 @@ void UtTest_Setup(void)
45
UT_Text("Message header coverage test...");
46
47
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);
+ Test_MSG_CCSDSPri();
+ Test_MSG_CCSDSExt();
+ Test_MSG_MsgId_Shared();
51
UT_ADD_TEST(Test_MSG_MsgId);
52
UT_ADD_TEST(Test_MSG_Checksum);
53
UT_ADD_TEST(Test_MSG_FcnCode);
0 commit comments