summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorSui Chen <suichen@google.com>2022-04-11 09:09:36 +0300
committerEd Tanous <edtanous@google.com>2023-02-28 00:45:22 +0300
commitd1d411f9eebc1d2ca49eec0700670ba564dac5c8 (patch)
tree076d80209a4ca8688690cc3c48f83fdb6042b4ec /meson.build
parentaf20dd1ccc481af63b528a851bce390a0070ab32 (diff)
downloadbmcweb-d1d411f9eebc1d2ca49eec0700670ba564dac5c8.tar.xz
Move getMessage and getMessageFromRegistry to cpp and add test
This change moves getMessage and getMessageFromRegistry to a .cpp file so that they can be easily tested. Tested: Unit test passes Signed-off-by: Sui Chen <suichen@google.com> Change-Id: Ia9fc91e5a47036198bf013ff3ea21ea9f6d5259a
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index ae789a961b..93ac8da9be 100644
--- a/meson.build
+++ b/meson.build
@@ -327,6 +327,7 @@ fs = import('fs')
srcfiles_bmcweb = files(
'redfish-core/src/error_messages.cpp',
+ 'redfish-core/src/registries.cpp',
'redfish-core/src/utils/json_utils.cpp',
'src/boost_asio_ssl.cpp',
'src/boost_asio.cpp',