summaryrefslogtreecommitdiff
path: root/testing
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2020-02-29 16:01:08 +0000
committeriphydf <iphydf@users.noreply.github.com>2020-03-02 14:23:44 +0000
commit0f7138c01006b35f2b1b477c30ae66ec243c21e1 (patch)
treecad019aebb27d64675c5937b68dcb33acfd64c77 /testing
parentf6c3ce6d1f23daec5d2e5d6e3c20408aba4c7e9c (diff)
Upgrade bazel to 2.1.1.
Removed av_test, because it depends on an ancient opencv that starts to really not exist on modern systems anymore.
Diffstat (limited to 'testing')
-rw-r--r--testing/BUILD.bazel18
1 files changed, 0 insertions, 18 deletions
diff --git a/testing/BUILD.bazel b/testing/BUILD.bazel
index c0d76f7f..2c26350f 100644
--- a/testing/BUILD.bazel
+++ b/testing/BUILD.bazel
@@ -27,24 +27,6 @@ cc_binary(
27) 27)
28 28
29cc_binary( 29cc_binary(
30 name = "av_test",
31 srcs = ["av_test.c"],
32 # We must always optimise this program, because otherwise GCC won't inline
33 # cvArcLength but also not emit it out of line, resulting in undefined
34 # reference errors.
35 copts = ["-O1"],
36 deps = [
37 "//c-toxcore/toxav",
38 "//c-toxcore/toxav:ring_buffer_srcs",
39 "//c-toxcore/toxcore",
40 "@opencv//:core",
41 "@opencv//:highgui",
42 "@portaudio",
43 "@sndfile",
44 ],
45)
46
47cc_binary(
48 name = "random_testing", 30 name = "random_testing",
49 srcs = ["random_testing.cc"], 31 srcs = ["random_testing.cc"],
50 deps = [ 32 deps = [