summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorNan Zhou <nanzhoumails@gmail.com>2022-06-14 01:33:55 +0300
committerEd Tanous <ed@tanous.net>2022-06-21 18:28:42 +0300
commit5ad7720717807d6cd25b334c11ad117b46c9ee0d (patch)
tree5d759e1c497ef39328fc642d1987cb0b613f31cd /meson.build
parent76686dcc74002493e22d72e24db9d3326b3a63ed (diff)
downloadbmcweb-5ad7720717807d6cd25b334c11ad117b46c9ee0d.tar.xz
crow_getroutes_test: revive the test
The test today exists but it isn't enabled. This commit revives the test, and fixed obsolete interfaces. Note that the current codes don't return the "/" route correctly. This commit doesn't fix it but left a TODO. Tested: unit test passed Signed-off-by: Nan Zhou <nanzhoumails@gmail.com> Change-Id: Ie5be7f545f1930ddb2c01b829d8de2e312e936dc
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 8724c62013..aa0fb3b2c9 100644
--- a/meson.build
+++ b/meson.build
@@ -398,6 +398,7 @@ srcfiles_unittest = [
'redfish-core/ut/registries_test.cpp',
'redfish-core/ut/stl_utils_test.cpp',
'redfish-core/ut/time_utils_test.cpp',
+ 'src/crow_getroutes_test.cpp',
]
if(get_option('tests').enabled())