summaryrefslogtreecommitdiff
path: root/auto_tests/BUILD.bazel
diff options
context:
space:
mode:
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)