summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorEd Tanous <edtanous@google.com>2023-08-25 19:34:07 +0300
committerEd Tanous <ed@tanous.net>2024-01-19 22:43:50 +0300
commitf86bcc875a496b3c321a4ed102579a4031617800 (patch)
treeea0ee25603c64a63a77edac9e4fe036e22916b96 /meson.build
parent367b3dce0567c223f53ce1a4cc10d34241111774 (diff)
downloadbmcweb-f86bcc875a496b3c321a4ed102579a4031617800.tar.xz
Clean up tftp update to use URL
Similar to transforms we've done elsewhere, we shouldn't be parsing urls using std::string::find, regex, or anything else, as they don't handle URL % encoding properly. Change-Id: I48bb30c0c737c4df2ae73f40fc49c63bac5b658f Signed-off-by: Ed Tanous <edtanous@google.com>
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 b79e849b32..d47bdb7e2d 100644
--- a/meson.build
+++ b/meson.build
@@ -455,6 +455,7 @@ srcfiles_unittest = files(
'test/redfish-core/lib/sensors_test.cpp',
'test/redfish-core/lib/log_services_dump_test.cpp',
'test/redfish-core/lib/log_services_test.cpp',
+ 'test/redfish-core/lib/update_service_test.cpp',
'test/redfish-core/lib/service_root_test.cpp',
'test/redfish-core/lib/thermal_subsystem_test.cpp',
'test/redfish-core/lib/power_subsystem_test.cpp',