str/maps: Add commonly used cheaper string map
These maps allow for the use of string_views to find elements so we
don't need to construct std::strings for lookups.
Change-Id: I92040b920bf8e231346bebfe9afa59f1a37b8af5
Signed-off-by: William A. Kennington III <wak@google.com>
diff --git a/test/meson.build b/test/meson.build
index 51bc288..c4e8a4d 100644
--- a/test/meson.build
+++ b/test/meson.build
@@ -12,6 +12,7 @@
'signal': [stdplus_dep, gtest_main_dep],
'str/cat': [stdplus_dep, gtest_main_dep],
'str/cexpr': [stdplus_dep, gtest_main_dep],
+ 'str/maps': [stdplus_dep, gmock_dep, gtest_main_dep],
'util/cexec': [stdplus_dep, gtest_main_dep],
'zstring': [stdplus_dep, gtest_main_dep],
'zstring_view': [stdplus_dep, gtest_main_dep],