bazel: fix algorithms tests
This commit is contained in:
@@ -334,6 +334,7 @@ cc_test(
|
||||
"//ortools/base:dump_vars",
|
||||
"//ortools/base:map_util",
|
||||
"//ortools/base:path",
|
||||
"//ortools/base:status_matchers",
|
||||
"//ortools/graph:io",
|
||||
"@com_google_absl//absl/random",
|
||||
"@com_google_absl//absl/status",
|
||||
|
||||
@@ -43,6 +43,7 @@
|
||||
#include "ortools/algorithms/dynamic_partition.h"
|
||||
#include "ortools/algorithms/dynamic_permutation.h"
|
||||
#include "ortools/algorithms/sparse_permutation.h"
|
||||
#include "ortools/base/status_matchers.h"
|
||||
#include "ortools/base/dump_vars.h"
|
||||
#include "ortools/base/helpers.h"
|
||||
#include "ortools/base/map_util.h"
|
||||
|
||||
Reference in New Issue
Block a user