From e89f4265209f028bf893d773e268afbff07a6c62 Mon Sep 17 00:00:00 2001 From: Joseph Hickey Date: Thu, 4 May 2023 16:47:30 -0400 Subject: [PATCH] Fix #2320, do not assume cfe_test is present This is an optional component and thus may not be part of the build. Hotfix based on workflow testing. --- modules/core_api/config/default_cfe_msgids.h | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/core_api/config/default_cfe_msgids.h b/modules/core_api/config/default_cfe_msgids.h index 300734644..e5759d437 100644 --- a/modules/core_api/config/default_cfe_msgids.h +++ b/modules/core_api/config/default_cfe_msgids.h @@ -37,6 +37,5 @@ #include "cfe_sb_msgids.h" #include "cfe_tbl_msgids.h" #include "cfe_time_msgids.h" -#include "cfe_test_msgids.h" #endif /* CFE_MSGIDS_H */