summaryrefslogtreecommitdiff
path: root/auto_tests/BUILD.bazel
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 /auto_tests/BUILD.bazel
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 'auto_tests/BUILD.bazel')
-rw-r--r--auto_tests/BUILD.bazel2
1 files changed, 1 insertions, 1 deletions
diff --git a/auto_tests/BUILD.bazel b/auto_tests/BUILD.bazel
index af8920b1..7b0cab7d 100644
--- a/auto_tests/BUILD.bazel
+++ b/auto_tests/BUILD.bazel
@@ -33,7 +33,7 @@ cc_library(
33cc_test( 33cc_test(
34 name = "monolith_test", 34 name = "monolith_test",
35 size = "small", 35 size = "small",
36 srcs = ["monolith_test.cpp"], 36 srcs = ["monolith_test.cc"],
37 copts = ["-Wno-sign-compare"], 37 copts = ["-Wno-sign-compare"],
38 deps = [ 38 deps = [
39 ":helpers", 39 ":helpers",