Skip to content
Snippets Groups Projects

test: increase test coverage for mantle_map_converter_utils

All threads resolved!
3 files
+ 198
0
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -135,3 +135,13 @@ cc_test(
@@ -135,3 +135,13 @@ cc_test(
"@googletest//:gtest_main",
"@googletest//:gtest_main",
],
],
)
)
 
 
cc_test(
 
name = "mantle_map_converter_utils_test",
 
timeout = "short",
 
srcs = ["mantle_map_converter_utils_test.cpp"],
 
deps = [
 
":mantle_map_converter_utils",
 
"@googletest//:gtest_main",
 
],
 
)
 
\ No newline at end of file
Loading