Test export

This commit is contained in:
Guillaume Chatelet
2025-10-07 07:44:40 +00:00
committed by Corentin Le Molgat
parent 53f70212f8
commit 8710e86e8a
28 changed files with 478 additions and 957 deletions

View File

@@ -180,9 +180,8 @@ cc_library(
cc_test(
name = "bidirectional_dijkstra_test",
size = "small",
size = "medium",
srcs = ["bidirectional_dijkstra_test.cc"],
tags = ["manual"],
deps = [
":bidirectional_dijkstra",
":bounded_dijkstra",
@@ -776,7 +775,6 @@ cc_test(
name = "dag_shortest_path_test",
size = "small",
srcs = ["dag_shortest_path_test.cc"],
tags = ["manual"],
deps = [
":dag_shortest_path",
"//ortools/base:dump_vars",
@@ -852,6 +850,7 @@ cc_library(
name = "iterators",
hdrs = ["iterators.h"],
visibility = ["//visibility:public"],
deps = ["@abseil-cpp//absl/log:check"],
)
cc_test(