Break out post codes
Similar to other patches, break out the post codes log services into
their own file. log_services.hpp is far too large.
Change-Id: I3cb644d52a9d3b5f9a15a2f90c1b69c87491e5c8
Signed-off-by: Ed Tanous <etanous@nvidia.com>
diff --git a/meson.build b/meson.build
index 4984d1a..f50212c 100644
--- a/meson.build
+++ b/meson.build
@@ -445,12 +445,13 @@
'test/redfish-core/include/utils/time_utils_test.cpp',
'test/redfish-core/lib/chassis_test.cpp',
'test/redfish-core/lib/log_services_dump_test.cpp',
- 'test/redfish-core/lib/log_services_test.cpp',
'test/redfish-core/lib/manager_diagnostic_data_test.cpp',
+ 'test/redfish-core/lib/manager_logservices_journal_test.cpp',
'test/redfish-core/lib/metadata_test.cpp',
'test/redfish-core/lib/power_subsystem_test.cpp',
'test/redfish-core/lib/service_root_test.cpp',
'test/redfish-core/lib/system_test.cpp',
+ 'test/redfish-core/lib/systems_logservices_postcode.cpp',
'test/redfish-core/lib/thermal_subsystem_test.cpp',
'test/redfish-core/lib/update_service_test.cpp',
)