summaryrefslogtreecommitdiff
path: root/auto_tests/BUILD.bazel
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2018-02-05 21:38:58 +0000
committeriphydf <iphydf@users.noreply.github.com>2018-02-09 20:51:39 +0000
commit6cd4fcdec4e6671e63e8c7cba2ab4c6d594b13fd (patch)
tree09485be8361d503f1acdee57055535a6b3331d17 /auto_tests/BUILD.bazel
parent05912fd65c52f97a600383be11cd741ae32d61bf (diff)
Remove libcheck from the dependencies.
We're not gaining much from this library, and it's a burden, especially for windows development.
Diffstat (limited to 'auto_tests/BUILD.bazel')
-rw-r--r--auto_tests/BUILD.bazel2
1 files changed, 0 insertions, 2 deletions
diff --git a/auto_tests/BUILD.bazel b/auto_tests/BUILD.bazel
index ea3682b8..88951f97 100644
--- a/auto_tests/BUILD.bazel
+++ b/auto_tests/BUILD.bazel
@@ -22,7 +22,6 @@ cc_library(
22 "//c-toxcore/toxav", 22 "//c-toxcore/toxav",
23 "//c-toxcore/toxcore", 23 "//c-toxcore/toxcore",
24 "//c-toxcore/toxencryptsave", 24 "//c-toxcore/toxencryptsave",
25 "@check",
26 ], 25 ],
27) for src in glob(["*_test.c"])] 26) for src in glob(["*_test.c"])]
28 27
@@ -47,6 +46,5 @@ cc_test(
47 ":monolith", 46 ":monolith",
48 "//c-toxcore/other:monolith", 47 "//c-toxcore/other:monolith",
49 "//c-toxcore/testing:misc_tools", 48 "//c-toxcore/testing:misc_tools",
50 "@check",
51 ], 49 ],
52) 50)