Skip to content

Commit

Permalink
lint bazel
Browse files Browse the repository at this point in the history
  • Loading branch information
anakinxc committed Jan 3, 2024
1 parent 04c6405 commit 152c91d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion libspu/mpc/cheetah/ot/emp/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ spu_cc_library(

spu_cc_test(
name = "ferret_test",
timeout = "eternal",
srcs = ["ferret_test.cc"],
deps = [
":ferret",
"//libspu/mpc/utils:simulate",
],
timeout = "eternal",
)
2 changes: 1 addition & 1 deletion libspu/mpc/spdz2k/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@ spu_cc_test(

spu_cc_test(
name = "protocol_ab_test",
timeout = "eternal",
srcs = ["protocol_ab_test.cc"],
deps = [
":abprotocol_spdz2k_test",
":protocol",
"//libspu/mpc:ab_api_test",
],
timeout = "eternal",
)

spu_cc_library(
Expand Down
2 changes: 1 addition & 1 deletion libspu/mpc/spdz2k/beaver/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@ spu_cc_library(

spu_cc_test(
name = "beaver_test",
timeout = "eternal",
srcs = ["beaver_test.cc"],
deps = [
":beaver_tfp",
":beaver_tinyot",
"//libspu/mpc/utils:simulate",
"@com_google_googletest//:gtest",
],
timeout = "eternal",
)

spu_cc_library(
Expand Down

0 comments on commit 152c91d

Please sign in to comment.