Skip to content

Commit 7446c56

Browse files
committed
Fix BUILD deps
1 parent 4814a90 commit 7446c56

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

  • src/software/gameplay_tests

src/software/gameplay_tests/BUILD

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,19 @@ py_library(
5454
srcs = [
5555
"field_test_runner.py",
5656
],
57-
deps = [],
57+
deps = [
58+
":tbots_test_runner"
59+
],
5860
)
5961

6062
py_library(
6163
name = "simulated_test_runner",
6264
srcs = [
6365
"simulated_test_runner.py",
6466
],
65-
deps = [],
67+
deps = [
68+
":tbots_test_runner"
69+
],
6670
)
6771

6872
py_library(

0 commit comments

Comments
 (0)