summaryrefslogtreecommitdiff
path: root/testing/BUILD.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'testing/BUILD.bazel')
-rw-r--r--testing/BUILD.bazel4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/BUILD.bazel b/testing/BUILD.bazel
index afb1a8aa..6cc7018e 100644
--- a/testing/BUILD.bazel
+++ b/testing/BUILD.bazel
@@ -34,9 +34,9 @@ cc_binary(
34 "//c-toxcore/toxav", 34 "//c-toxcore/toxav",
35 "//c-toxcore/toxav:monolith", 35 "//c-toxcore/toxav:monolith",
36 "//c-toxcore/toxcore", 36 "//c-toxcore/toxcore",
37 "@portaudio",
38 "@sndfile",
39 "@opencv//:core", 37 "@opencv//:core",
40 "@opencv//:highgui", 38 "@opencv//:highgui",
39 "@portaudio",
40 "@sndfile",
41 ], 41 ],
42) 42)