Test export
This commit is contained in:
committed by
Corentin Le Molgat
parent
53f70212f8
commit
8710e86e8a
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user