summaryrefslogtreecommitdiff
path: root/testing
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2018-06-28 14:15:44 +0000
committeriphydf <iphydf@users.noreply.github.com>2018-06-29 18:25:44 +0000
commitb9a75d98b2c0107684bfb5a127eabba5bbb3b2b3 (patch)
tree7cc3105079dec7545acdfa82067c707ab8331b4f /testing
parent86a6b17555cadcc9528429cc24278b13f30c7b2b (diff)
Remove broken conference tests.
These display some idea, but the tests are not implemented correctly. We will need to implement the idea correctly later, but for now we can't use these.
Diffstat (limited to 'testing')
-rw-r--r--testing/BUILD.bazel4
1 files changed, 4 insertions, 0 deletions
diff --git a/testing/BUILD.bazel b/testing/BUILD.bazel
index 075f00d1..117eb69d 100644
--- a/testing/BUILD.bazel
+++ b/testing/BUILD.bazel
@@ -30,6 +30,10 @@ cc_binary(
30cc_binary( 30cc_binary(
31 name = "av_test", 31 name = "av_test",
32 srcs = ["av_test.c"], 32 srcs = ["av_test.c"],
33 # We must always optimise this program, because otherwise GCC won't inline
34 # cvArcLength but also not emit it out of line, resulting in undefined
35 # reference errors.
36 copts = ["-O1"],
33 deps = [ 37 deps = [
34 "//c-toxcore/toxav", 38 "//c-toxcore/toxav",
35 "//c-toxcore/toxav:monolith", 39 "//c-toxcore/toxav:monolith",