Skip to content

Commit

Permalink
Merge pull request nasa#2399 from jphickey/fix-2395-cfe-test-msgid
Browse files Browse the repository at this point in the history
Fix nasa#2395, do not directly use cfe_test_msgids.h
  • Loading branch information
dzbaker authored Jul 17, 2023
2 parents 5ba9022 + 31908e2 commit 75b807b
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion modules/cfe_testcase/src/sb_sendrecv_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@

#include "cfe_test.h"
#include "cfe_msgids.h"
#include "cfe_test_msgids.h"

#define CFE_FT_STRINGBUF_SIZE 12

Expand Down
1 change: 0 additions & 1 deletion modules/cfe_testcase/src/sb_subscription_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@

#include "cfe_test.h"
#include "cfe_msgids.h"
#include "cfe_test_msgids.h"

/*
* This test procedure should be agnostic to specific MID values, but it should
Expand Down
1 change: 0 additions & 1 deletion modules/cfe_testcase/src/tbl_information_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
#include "cfe_test.h"
#include "cfe_test_table.h"
#include "cfe_msgids.h"
#include "cfe_test_msgids.h"

void TestGetStatus(void)
{
Expand Down
1 change: 0 additions & 1 deletion modules/cfe_testcase/src/tbl_registration_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
#include "cfe_test.h"
#include "cfe_test_table.h"
#include "cfe_msgids.h"
#include "cfe_test_msgids.h"

int32 CallbackFunc(void *TblPtr)
{
Expand Down
1 change: 1 addition & 0 deletions modules/core_api/config/default_cfe_msgids.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,6 @@
#include "cfe_sb_msgids.h"
#include "cfe_tbl_msgids.h"
#include "cfe_time_msgids.h"
#include "cfe_test_msgids.h"

#endif /* CFE_MSGIDS_H */

0 comments on commit 75b807b

Please sign in to comment.