| commit | 126e0ef0fe30559da3bb3c8e8ee7cad30e0e5e52 | [log] [tgz] |
|---|---|---|
| author | Mike Vitus <vitus@google.com> | Thu Feb 22 11:06:24 2018 -0800 |
| committer | Mike Vitus <vitus@google.com> | Thu Feb 22 11:08:50 2018 -0800 |
| tree | 61cfe7cc9c379793b37461ea11212f65eaefc931 | |
| parent | d2090cd10aa89ace0eaa75969a10b5d53a0da0f7 [diff] [blame] |
Adds missing source and tests to bazel build. Change 12060 added parallel_for_tbb.cc and parallel_for_test.cc but did not add it to the bazel build rule. Tested by running bazel tests. Change-Id: I286cf0e191e0353f2c0266911a79e01f09e47343
diff --git a/BUILD b/BUILD index 33c8e8d..e488f29 100644 --- a/BUILD +++ b/BUILD
@@ -125,6 +125,7 @@ "normal_prior", "numeric_diff_cost_function", "ordered_groups", + "parallel_for", "parameter_block_ordering", "parameter_block", "partitioned_matrix_view",